diff options
author | root <root@rshg054.dnsready.net> | 2013-01-14 00:06:25 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-14 00:06:25 -0800 |
commit | a69d072f5cde4b5a6bac62e6022a69d337925e45 (patch) | |
tree | 0b83b65e62775340de0ba06e439351151bdcf940 /extra/numactl | |
parent | 7cb984c0e1226ac1e5606206ff7c6a34eecb63fd (diff) |
Mon Jan 14 00:06:25 PST 2013
Diffstat (limited to 'extra/numactl')
-rw-r--r-- | extra/numactl/PKGBUILD | 3 |
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 } |