mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
Add obj/ in front of freefall.cf so that the install works.
This commit is contained in:
parent
825079654d
commit
f877ce1e56
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1133
@ -159,7 +159,7 @@ distribution: distrib-dirs
|
||||
cd ../cf/cf; \
|
||||
${MAKE} obj; \
|
||||
${MAKE} freefall.cf; \
|
||||
install -o root -g wheel -m 644 freefall.cf \
|
||||
install -o root -g wheel -m 644 obj/freefall.cf \
|
||||
${DESTDIR}/etc/sendmail.cf)
|
||||
(cd ../; \
|
||||
install -c -o root -g wheel -m 444 ${FREEBSD} ${DESTDIR}/)
|
||||
|
Loading…
Reference in New Issue
Block a user