git: nvmmctl(8): Fix installing to a ${DESTDIR} on hosts without the nvmm group.
Sascha Wildner
swildner at crater.dragonflybsd.org
Tue Jul 27 06:56:46 PDT 2021
commit 101bb806a810eacf68b2d6964c04c5a1b7b777a3
Author: Sascha Wildner <saw at online.de>
Date: Tue Jul 27 15:55:52 2021 +0200
nvmmctl(8): Fix installing to a ${DESTDIR} on hosts without the nvmm group.
This affects building master ISO/IMGs on older hosts, or any other
such scenario involving a ${DESTDIR}. If the host's world is too old,
let install(1) use the databases (master.passwd, group) from the source
tree.
installworlds for the purpose of upgrading the machine without ${DESTDIR}
had the databases upgraded earlier in the install and are not affected.
Summary of changes:
usr.sbin/nvmmctl/Makefile | 4 ++++
1 file changed, 4 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/101bb806a810eacf68b2d6964c04c5a1b7b777a3
--
DragonFly BSD source repository
More information about the Commits
mailing list