summaryrefslogtreecommitdiff
path: root/mail/nullmailer/files/patch-Makefile.in
blob: 42719c4180225a52a6978691bacdd07ae273fc89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- Makefile.in	Sat Dec 30 07:22:51 2000
+++ Makefile.in	Sat Nov  9 10:16:13 2002
@@ -66,6 +66,8 @@
 STRIP = @STRIP@
 VERSION = @VERSION@
 
+libexecdir = @libexecdir@/nullmailer
+
 localstatedir = @localstatedir@/nullmailer
 sysconfdir = @sysconfdir@/nullmailer
 
@@ -368,8 +370,8 @@
 	chown nullmail $(DESTDIR)$(localstatedir)/*
 	chown nullmail $(DESTDIR)$(sbindir)/nullmailer-queue
 	chmod u+s $(DESTDIR)$(sbindir)/nullmailer-queue
-	chown nullmail $(DESTDIR)$(bindir)/mailq
-	chmod u+s $(DESTDIR)$(bindir)/mailq
+	chown nullmail $(DESTDIR)$(libexecdir)/mailq
+	chmod u+s $(DESTDIR)$(libexecdir)/mailq
 
 dist-hook:
 	sed -e s/@VERSION\@/@VERSION@/ \