diff options
author | peter <peter@FreeBSD.org> | 1999-12-29 18:51:36 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-12-29 18:51:36 +0000 |
commit | 5cd7c1e1a50e2eef8faaaae9cdd231aba616de33 (patch) | |
tree | 5bd2f7731f16f56b7f5dde15d111b0d778393c88 /usr.sbin | |
parent | d0ab3e3cee8ef209979e3052eebc8d489c1e6f3b (diff) | |
download | FreeBSD-src-5cd7c1e1a50e2eef8faaaae9cdd231aba616de33.zip FreeBSD-src-5cd7c1e1a50e2eef8faaaae9cdd231aba616de33.tar.gz |
Preempt one brucification - I was missing a ${DESTDIR}. I hate merging
two sets of changes from different trees.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/mailwrapper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile index 3e575e6..0e6c8cf 100644 --- a/usr.sbin/mailwrapper/Makefile +++ b/usr.sbin/mailwrapper/Makefile @@ -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 |