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

Anatol Pomozov anatolik at archlinux.org
Thu Dec 17 21:53:13 UTC 2015


    Date: Thursday, December 17, 2015 @ 22:53:13
  Author: anatolik
Revision: 256733

upgpkg: hwloc 1.11.2-2

Do not use sbin directory

Modified:
  hwloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-17 21:23:42 UTC (rev 256732)
+++ PKGBUILD	2015-12-17 21:53:13 UTC (rev 256733)
@@ -5,7 +5,7 @@
 
 pkgname=hwloc
 pkgver=1.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical architectures"
 arch=('i686' 'x86_64')
 url="http://www.open-mpi.org/projects/hwloc/"
@@ -17,7 +17,7 @@
 
 build() {
    cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
+   ./configure --prefix=/usr --sbindir=/usr/bin
    make
 }
 



More information about the arch-commits mailing list