Date: Thursday, May 30, 2013 @ 16:22:31
  Author: bisson
Revision: 186689

move all binaries including sendmail to /usr/bin

Modified:
  postfix/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-05-30 13:45:34 UTC (rev 186688)
+++ PKGBUILD    2013-05-30 14:22:31 UTC (rev 186689)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.10.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
@@ -36,10 +36,12 @@
                -DHAS_PGSQL -I/usr/include/postgresql \
                -DHAS_SQLITE \
                -DHAS_CDB \
-               -DDEF_MANPAGE_DIR=\"/usr/share/man\" \
+               -DDEF_COMMAND_DIR=\"/usr/bin\" \
                -DDEF_DAEMON_DIR=\"/usr/lib/postfix\" \
+               -DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\" \
+               -DDEF_README_DIR=\"/usr/share/doc/postfix\" \
                -DDEF_SAMPLE_DIR=\"/etc/postfix/sample\" \
-               -DDEF_README_DIR=\"/usr/share/doc/postfix\" \
+               -DDEF_MANPAGE_DIR=\"/usr/share/man\" \
        ' AUXLIBS=' \
                -lsasl2 \
                -lldap -llber \

Reply via email to