Skip to content

Commit

Permalink
initrd: Not everyone keeps their source in /usr/src.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Wildner committed Apr 15, 2014
1 parent d311747 commit 582eec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/initrd/etc/Makefile
Expand Up @@ -25,7 +25,7 @@ PW_FILES= /tmp/pwd.db /tmp/spwd.db
afterinstall:
${INSTALL} -o root -g wheel -m 444 \
${ETC_FILES} ${DESTDIR}${SHAREDIR}/initrd/etc
cp /usr/src/etc/master.passwd /tmp
cp ${.CURDIR}/../../../etc/master.passwd /tmp
/usr/sbin/pwd_mkdb -d /tmp /tmp/master.passwd
${INSTALL} -o root -g wheel -m 444 \
${PW_FILES} ${DESTDIR}${SHAREDIR}/initrd/etc
Expand Down

0 comments on commit 582eec2

Please sign in to comment.