Date: Saturday, April 28, 2012 @ 15:37:09 Author: tomegun Revision: 157475
upgpkg: thinkfinger 0.3-6 move /lib/security to /usr/lib/security Modified: thinkfinger/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-28 19:29:21 UTC (rev 157474) +++ PKGBUILD 2012-04-28 19:37:09 UTC (rev 157475) @@ -1,12 +1,12 @@ # $Id$ -# Maintainer: +# Maintainer: Tom Gundersen <[email protected]> # Contributor: François Charette <francois.archlinux.org> # Contributor: Damir Perisa <damir.archlinux.org> # Contributor: Björn Martensen <[email protected]> pkgname=thinkfinger pkgver=0.3 -pkgrel=5 +pkgrel=6 pkgdesc="A driver for the SGS Thomson Microelectronics fingerprint reader found in most IBM/Lenovo ThinkPads" url="http://thinkfinger.sourceforge.net/" arch=('i686' 'x86_64') @@ -30,7 +30,6 @@ patch -p1 -i "${srcdir}"/gcc46.patch ./configure --prefix=/usr \ - --with-securedir=/lib/security \ --with-birdir=/etc/pam_thinkfinger make }
