[arch-commits] Commit in postfix/trunk (PKGBUILD install)
    Gaetan Bisson 
    bisson at nymeria.archlinux.org
       
    Tue Jun  4 16:14:24 UTC 2013
    
    
  
    Date: Tuesday, June 4, 2013 @ 18:14:24
  Author: bisson
Revision: 187154
fix migration from /usr/sbin/postconf to /usr/bin/postconf
Modified:
  postfix/trunk/PKGBUILD
  postfix/trunk/install
----------+
 PKGBUILD |    2 +-
 install  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-04 16:14:10 UTC (rev 187153)
+++ PKGBUILD	2013-06-04 16:14:24 UTC (rev 187154)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.10.0
-pkgrel=6
+pkgrel=7
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
Modified: install
===================================================================
--- install	2013-06-04 16:14:10 UTC (rev 187153)
+++ install	2013-06-04 16:14:24 UTC (rev 187154)
@@ -1,5 +1,5 @@
 post_upgrade() {
-	/usr/lib/postfix/post-install daemon_directory=/usr/lib/postfix upgrade-package
+	/usr/lib/postfix/post-install daemon_directory=/usr/lib/postfix command_directory=/usr/bin upgrade-package
 	chown postfix var/lib/postfix
 }
 
    
    
More information about the arch-commits
mailing list