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

Daniel Micay thestinger at archlinux.org
Sat Sep 12 05:44:38 UTC 2015


    Date: Saturday, September 12, 2015 @ 07:44:38
  Author: thestinger
Revision: 139950

upgpkg: intel-gpu-tools 1.12-2

Modified:
  intel-gpu-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-12 05:36:22 UTC (rev 139949)
+++ PKGBUILD	2015-09-12 05:44:38 UTC (rev 139950)
@@ -5,7 +5,7 @@
 
 pkgname=intel-gpu-tools
 pkgver=1.12
-pkgrel=1
+pkgrel=2
 pkgdesc="Tools for development and testing of the Intel DRM driver"
 arch=(i686 x86_64)
 license=(MIT)
@@ -18,7 +18,7 @@
 build() {
   cd $pkgname-$pkgver
   export LANG=en_US.UTF-8
-  ./configure --prefix=/usr --disable-tests --without-libunwind
+  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests --without-libunwind
   make
 }
 



More information about the arch-commits mailing list