diff options
author | root <root@rshg054.dnsready.net> | 2013-05-20 00:57:43 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-20 00:57:43 -0700 |
commit | 383955a81810f344e11b1472bd4c5069fa77020c (patch) | |
tree | 6017ed943ee9ae2ca0da830ede5f00f6d7817cf7 /community/pcsclite/PKGBUILD | |
parent | 9a30c3d0083b8330b1aa6c0f89245e68ae762ee5 (diff) |
Mon May 20 00:57:42 PDT 2013
Diffstat (limited to 'community/pcsclite/PKGBUILD')
-rw-r--r-- | community/pcsclite/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD index fd860a96f..d46531006 100644 --- a/community/pcsclite/PKGBUILD +++ b/community/pcsclite/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 83602 2013-02-03 16:05:49Z giovanni $ +# $Id: PKGBUILD 91101 2013-05-19 13:42:04Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> pkgname=pcsclite pkgver=1.8.8 -pkgrel=2 +pkgrel=3 pkgdesc="PC/SC Architecture smartcard middleware library" arch=('i686' 'x86_64') url="https://alioth.debian.org/projects/pcsclite/" @@ -21,6 +21,7 @@ build() { sed -i -e "s:python:python2:g" src/spy/pcsc-spy ./configure --prefix=/usr \ + --sbindir=/usr/bin \ --enable-libudev \ --sysconfdir=/etc \ --enable-ipcdir=/run/pcscd \ |