From 5b90cccca7cdf19d70270ad77219f774d26bc677 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 23 Apr 1996 21:54:36 +0000 Subject: [PATCH] add "-d basedir" flag to pwd_mkdb. the use of "chroot" is incompatible with our cross compilation/installation goals... --- src/etc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 020bd1d1..f4a58a6d 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -41,7 +41,7 @@ distribution: distrib-dirs install -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc install -c -o root -g wheel -m 600 crontab ${DESTDIR}/var/cron/tabs/root install -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc - chroot ${DESTDIR}/ pwd_mkdb -p /etc/master.passwd + pwd_mkdb -p -d ${DESTDIR} /etc/master.passwd install -c -o ${BINOWN} -g ${BINGRP} -m 555 \ MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev (cd root; \