[arch-commits] Commit in pcsc-tools/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Fri Jul 21 06:35:18 UTC 2017


    Date: Friday, July 21, 2017 @ 06:35:17
  Author: eworm
Revision: 245868

upgpkg: pcsc-tools 1.5.2-2

fix install path

Modified:
  pcsc-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-21 04:54:23 UTC (rev 245867)
+++ PKGBUILD	2017-07-21 06:35:17 UTC (rev 245868)
@@ -5,7 +5,7 @@
 
 pkgname=pcsc-tools
 pkgver=1.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="PC/SC Architecture smartcard tools"
 arch=('i686' 'x86_64')
 url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
@@ -29,5 +29,5 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  make DESTDIR="${pkgdir}/usr" install
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list