move prototype fstab files into /etc rather than /

This commit is contained in:
cgd 1993-04-04 06:14:47 +00:00
parent 83bb0a658b
commit 897a62b804
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ distribution:
install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/run/utmp
(cd etc.${MACHINE}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
fstab.* ${DESTDIR}/)
fstab.* ${DESTDIR}/etc)
.if ${MACHINE} == "tahoe"
(cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \
${DESTDIR}/)