diff options
author | root <root@rshg054.dnsready.net> | 2012-01-12 23:14:51 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-12 23:14:51 +0000 |
commit | b5f690637837ff269bf5d248ee2dc37ea5236ca8 (patch) | |
tree | e63126d6f2f33cb2d56549f0657e1ce075e3acc9 /community/pcsclite | |
parent | 3a0439ec6aea4411ac6d11c90cd8220f8f12a660 (diff) |
Thu Jan 12 23:14:51 UTC 2012
Diffstat (limited to 'community/pcsclite')
-rw-r--r-- | community/pcsclite/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD index 108b4ebc3..20c5f045c 100644 --- a/community/pcsclite/PKGBUILD +++ b/community/pcsclite/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 60080 2011-12-04 22:03:31Z giovanni $ +# $Id: PKGBUILD 61967 2012-01-11 17:03:39Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> pkgname=pcsclite pkgver=1.8.1 -pkgrel=2 +pkgrel=3 pkgdesc="PC/SC Architecture smartcard middleware library" arch=('i686' 'x86_64') url="https://alioth.debian.org/projects/pcsclite/" @@ -35,7 +35,7 @@ package() { make DESTDIR=${pkgdir} install - install -D ${srcdir}/pcsc-lite-${pkgver}/COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE + install -D -m644 ${srcdir}/pcsc-lite-${pkgver}/COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE install -D -m755 ${srcdir}/pcscd ${pkgdir}/etc/rc.d/pcscd install -d ${pkgdir}/usr/lib/pcsc/drivers } |