Date: Saturday, April 28, 2012 @ 16:24:04 Author: tomegun Revision: 157487
upgpkg: samba 3.6.4-3 move /lib/security to /usr/lib/security Modified: samba/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-28 20:22:10 UTC (rev 157486) +++ PKGBUILD 2012-04-28 20:24:04 UTC (rev 157487) @@ -8,7 +8,7 @@ # to append 'a','b',etc to their subsequent releases, which pamcan # misconstrues as alpha, beta, etc. Bad samba! _realver=3.6.4 -pkgrel=2 +pkgrel=3 arch=(i686 x86_64) url="http://www.samba.org" license=('GPL3') @@ -35,7 +35,7 @@ --with-fhs \ --with-pam \ --with-pam_smbpass \ - --with-pammodulesdir=/lib/security \ + --with-pammodulesdir=/usr/lib/security \ --with-dnsupdate \ --with-automount \ --with-quotas \
