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

Tom Gundersen tomegun at archlinux.org
Sat Apr 28 20:44:55 UTC 2012


    Date: Saturday, April 28, 2012 @ 16:44:55
  Author: tomegun
Revision: 157492

upgpkg: pam_ldap 186-3

actually move the libs

Modified:
  pam_ldap/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-28 20:31:42 UTC (rev 157491)
+++ PKGBUILD	2012-04-28 20:44:55 UTC (rev 157492)
@@ -4,7 +4,7 @@
 
 pkgname=pam_ldap
 pkgver=186
-pkgrel=2
+pkgrel=3
 pkgdesc="LDAP authentication module for the PAM framework"
 arch=('i686' 'x86_64')
 url="http://www.padl.com/OSS/pam_ldap.html"
@@ -27,4 +27,8 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
   mv "${pkgdir}/etc/ldap.conf" "${pkgdir}/etc/pam_ldap.conf"
+
+  # move /lib to /usr/lib
+  mv "${pkgdir}/lib/security" "${pkgdir}/usr/lib"
+  rmdir "${pkgdir}/lib"
 }




More information about the arch-commits mailing list