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

Levente Polyak anthraxx at archlinux.org
Fri Jun 5 15:53:15 UTC 2015


    Date: Friday, June 5, 2015 @ 17:53:14
  Author: anthraxx
Revision: 134842

capstone: remove unneeded LIBDIR to install target

Modified:
  capstone/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-05 13:58:19 UTC (rev 134841)
+++ PKGBUILD	2015-06-05 15:53:14 UTC (rev 134842)
@@ -1,4 +1,4 @@
-# Maintainer: Levente Polyak <levente[at]leventepolyak[dot]net>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 # Contributor: M0Rf30
 
 pkgbase=capstone
@@ -21,7 +21,7 @@
 package_capstone() {
   depends=('glibc')
   cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" LIBDIR="${pkgdir}/usr/lib" install
+  make DESTDIR="${pkgdir}" install
   install -Dm 644 LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 



More information about the arch-commits mailing list