Preempt one brucification - I was missing a ${DESTDIR}. I hate merging

two sets of changes from different trees.
This commit is contained in:
Peter Wemm 1999-12-29 18:51:36 +00:00
parent 7432ff8602
commit 1538c4ee35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55238

View File

@ -11,7 +11,7 @@ SYMLINKS= ${BINDIR}/mailwrapper /usr/sbin/sendmail \
${BINDIR}/mailwrapper /usr/bin/mailq
afterinstall:
@if [ ! -f /etc/mail/mailer.conf ]; then \
@if [ ! -f ${DESTDIR}/etc/mail/mailer.conf ]; then \
${INSTALL} -c -o root -g wheel -m 644 \
${.CURDIR}/../../etc/mail/mailer.conf ${DESTDIR}/etc/mail; \
fi