From 1538c4ee356cee7031994f15b0c9cb84cc89f7b7 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 29 Dec 1999 18:51:36 +0000 Subject: [PATCH] Preempt one brucification - I was missing a ${DESTDIR}. I hate merging two sets of changes from different trees. --- usr.sbin/mailwrapper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile index 3e575e6f16fd..0e6c8cf44424 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