[arch-commits] CVS update of arch/build/base/pam (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Aug 21 16:13:57 UTC 2007


    Date: Tuesday, August 21, 2007 @ 12:13:57
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/base/pam

Modified: PKGBUILD (1.29 -> 1.30)

x86_64: fix lib location/added missing files for lm_sensors and nano


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


Index: arch/build/base/pam/PKGBUILD
diff -u arch/build/base/pam/PKGBUILD:1.29 arch/build/base/pam/PKGBUILD:1.30
--- arch/build/base/pam/PKGBUILD:1.29	Tue Aug 21 11:35:27 2007
+++ arch/build/base/pam/PKGBUILD	Tue Aug 21 12:13:57 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.29 2007/08/21 15:35:27 dan Exp $
+# $Id: PKGBUILD,v 1.30 2007/08/21 16:13:57 andyrtr Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=pam
 pkgver=0.99.8.1
-pkgrel=3
+pkgrel=3.1
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -21,7 +21,7 @@
 build() {
   export MAKEFLAGS="-1"
   cd $startdir/src/Linux-PAM-$pkgver
-  ./configure --sysconfdir=/etc DESTDIR=$startdir/pkg
+  ./configure --sysconfdir=/etc DESTDIR=$startdir/pkg --libdir=/lib
   make || return 1
   make INSTALL=/bin/install DESTDIR=$startdir/pkg install
   install -D -m644 ../other $startdir/pkg/etc/pam.d/other




More information about the arch-commits mailing list