diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-09-27 18:50:46 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-09-27 18:50:46 -0500 |
commit | 73a1d57a24b0700e024ab1eae0ac65137d3980d5 (patch) | |
tree | 9085d9a0a048d4afbe45333f01d32e00d0054cae /libre/p7zip | |
parent | 870ec6724b9eab4651ca990d0018d269548dda04 (diff) | |
download | abslibre-73a1d57a24b0700e024ab1eae0ac65137d3980d5.tar.gz abslibre-73a1d57a24b0700e024ab1eae0ac65137d3980d5.tar.bz2 abslibre-73a1d57a24b0700e024ab1eae0ac65137d3980d5.zip |
p7zip: armv7h port
Diffstat (limited to 'libre/p7zip')
-rw-r--r-- | libre/p7zip/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/p7zip/PKGBUILD b/libre/p7zip/PKGBUILD index 36b595824..f0602b5bb 100644 --- a/libre/p7zip/PKGBUILD +++ b/libre/p7zip/PKGBUILD @@ -46,8 +46,10 @@ prepare() { if [[ $CARCH = x86_64 ]]; then cp makefile.linux_amd64_asm makefile.machine - else + elif [[ $CARCH = i686 ]]; then cp makefile.linux_x86_asm_gcc_4.X makefile.machine + else + cp makefile.linux_any_cpu_gcc_4.X makefile.machine fi # remove rar and parent folder icon references |