summaryrefslogtreecommitdiff
path: root/extra/numactl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-14 00:06:25 -0800
committerroot <root@rshg054.dnsready.net>2013-01-14 00:06:25 -0800
commita69d072f5cde4b5a6bac62e6022a69d337925e45 (patch)
tree0b83b65e62775340de0ba06e439351151bdcf940 /extra/numactl
parent7cb984c0e1226ac1e5606206ff7c6a34eecb63fd (diff)
Mon Jan 14 00:06:25 PST 2013
Diffstat (limited to 'extra/numactl')
-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
}