summaryrefslogtreecommitdiff
path: root/community/pcsclite/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pcsclite/PKGBUILD')
-rw-r--r--community/pcsclite/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD
index b7371be87..714495250 100644
--- a/community/pcsclite/PKGBUILD
+++ b/community/pcsclite/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 68679 2012-03-31 14:28:34Z giovanni $
+# $Id: PKGBUILD 69074 2012-04-08 23:10:15Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
pkgname=pcsclite
pkgver=1.8.3
-pkgrel=1
+pkgrel=2
pkgdesc="PC/SC Architecture smartcard middleware library"
arch=('i686' 'x86_64')
url="https://alioth.debian.org/projects/pcsclite/"
@@ -25,7 +25,7 @@ build() {
--sysconfdir=/etc \
--enable-ipcdir=/run/pcscd \
--enable-usbdropdir=/usr/lib/pcsc/drivers \
- --with-systemdsystemunitdir=/lib/systemd/system
+ --with-systemdsystemunitdir=/usr/lib/systemd/system
make
}