mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Preempt one brucification - I was missing a ${DESTDIR}. I hate merging
two sets of changes from different trees.
This commit is contained in:
parent
7432ff8602
commit
1538c4ee35
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55238
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user