Browse Source

add "-d basedir" flag to pwd_mkdb. the use of "chroot" is incompatible

with our cross compilation/installation goals...
OPENBSD_2_0
deraadt 29 years ago
parent
commit
5b90cccca7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/Makefile

+ 1
- 1
src/etc/Makefile View File

@ -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; \


Loading…
Cancel
Save