[arch-commits] Commit in proftpd/trunk (PKGBUILD)

Daniel Griffiths dgriffiths at archlinux.org
Sun Apr 18 18:55:03 UTC 2010


    Date: Sunday, April 18, 2010 @ 14:55:03
  Author: dgriffiths
Revision: 77850

Modified:
  proftpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-18 17:21:11 UTC (rev 77849)
+++ PKGBUILD	2010-04-18 18:55:03 UTC (rev 77850)
@@ -4,7 +4,7 @@
 
 pkgname=proftpd
 pkgver=1.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc="A high-performance, scalable FTP server"
 arch=('i686' 'x86_64')
 url="http://www.proftpd.org"
@@ -28,7 +28,7 @@
 	    --with-modules=mod_quotatab:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres \
 	    --sysconfdir=/etc --localstatedir=/var/run --enable-ctrls --enable-ipv6 \
 	    --with-includes=/usr/include/mysql:/usr/include/postgresql \
-	    --with-libraries=/usr/lib/mysql:/usr/lib/postgresql
+	    --with-libraries=/usr/lib/mysql:/usr/lib/postgresql --enable-nls
 	make || return 1
 }
 
@@ -43,5 +43,5 @@
 	   ${pkgdir}/usr/bin/ftpstats
 	cd ${pkgdir}/etc
 	sed -i 's|nogroup|nobody|g' proftpd.conf
-	rmdir ${pkgdir}/usr/{libexec,share/locale}
+	rmdir ${pkgdir}/usr/libexec
 }




More information about the arch-commits mailing list