summaryrefslogtreecommitdiff
path: root/extra/numactl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/numactl/PKGBUILD')
-rw-r--r--extra/numactl/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/numactl/PKGBUILD b/extra/numactl/PKGBUILD
index cab5ca58c..7a09b97f4 100644
--- a/extra/numactl/PKGBUILD
+++ b/extra/numactl/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=numactl
pkgver=2.0.8
-pkgrel=1
+pkgrel=2
pkgdesc="Simple NUMA policy support"
arch=('i686' 'x86_64')
url="http://oss.sgi.com/projects/libnuma/"
@@ -14,6 +14,7 @@ sha1sums=('f7bf06caea29669992fd3540a4c864a32615b5a1')
build() {
cd "$srcdir/$pkgname-${pkgver/_/-}"
+ rm numastat
make
}