From 0e4fc53ee46c8401d8773c04ae9046d98788444c Mon Sep 17 00:00:00 2001 From: Daniel Sabogal Date: Tue, 15 Nov 2016 16:14:06 -0500 Subject: main/hwloc: fix arm builds --- testing/hwloc/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/hwloc/APKBUILD b/testing/hwloc/APKBUILD index d9c4d91438..006d58f196 100644 --- a/testing/hwloc/APKBUILD +++ b/testing/hwloc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=hwloc pkgver=1.11.4 -pkgrel=0 +pkgrel=1 pkgdesc="Portable abstraction of hierarchical hardware architectures" url="https://www.open-mpi.org/" arch="all" @@ -20,7 +20,9 @@ build() { cd "$builddir" ./configure \ --prefix=/usr \ + --sbindir=/usr/bin \ --mandir=/usr/share/man \ + --localstatedir=/var \ || return 1 make || return 1 } @@ -35,7 +37,6 @@ _tools() { mkdir -p "$subpkgdir"/usr mv "$pkgdir"/usr/bin "$subpkgdir"/usr || return 1 - mv "$pkgdir"/usr/sbin "$subpkgdir"/usr || return 1 } md5sums="840520dd09e391ef4b2268ccb9ac73fa hwloc-1.11.4.tar.bz2" -- cgit v1.2.3