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

Allan McRae allan at archlinux.org
Sat May 5 02:40:16 UTC 2012


    Date: Friday, May 4, 2012 @ 22:40:16
  Author: allan
Revision: 158604

upgpkg: pam_ldap 186-4

fix pam file location

Modified:
  pam_ldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-05 02:37:44 UTC (rev 158603)
+++ PKGBUILD	2012-05-05 02:40:16 UTC (rev 158604)
@@ -4,7 +4,7 @@
 
 pkgname=pam_ldap
 pkgver=186
-pkgrel=3
+pkgrel=4
 pkgdesc="LDAP authentication module for the PAM framework"
 arch=('i686' 'x86_64')
 url="http://www.padl.com/OSS/pam_ldap.html"
@@ -17,7 +17,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --libdir=/lib \
+  ./configure --libdir=/usr/lib \
       --with-ldap-conf-file=/etc/pam_ldap.conf \
       --mandir=/usr/share/man
   PATH="${PATH}:${srcdir}/${pkgname}-${pkgver}" make
@@ -27,8 +27,4 @@
   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