diff options
author | Jose V Beneyto <sepen@crux.nu> | 2013-02-22 18:16:39 +0100 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2013-02-22 18:16:39 +0100 |
commit | 6dd03cfe62b911ae69f094a2078bdb7c80ef3b88 (patch) | |
tree | ddb072c94ae1c6f6c61fab713058b48039278024 /iasl/Pkgfile | |
parent | 9976e365d746926f434263bc5e8ffadeba81bdf3 (diff) | |
download | contrib-6dd03cfe62b911ae69f094a2078bdb7c80ef3b88.tar.gz contrib-6dd03cfe62b911ae69f094a2078bdb7c80ef3b88.tar.xz |
iasl: updated to 20130214
Diffstat (limited to 'iasl/Pkgfile')
-rw-r--r-- | iasl/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/iasl/Pkgfile b/iasl/Pkgfile index dc1fe870c..aa1961931 100644 --- a/iasl/Pkgfile +++ b/iasl/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=iasl -version=20121114 +version=20130214 release=1 source=(http://www.acpica.org/download/acpica-unix-$version.tar.gz) @@ -13,7 +13,7 @@ build() { cd acpica-unix-$version make clean - make BITS=32 HOST=_LINUX + make BITS=64 HOST=_LINUX - install -D -m 0755 generate/unix/bin32/$name $PKG/usr/bin/$name + install -D -m 0755 generate/unix/bin64/$name $PKG/usr/bin/$name } |