summaryrefslogtreecommitdiff
path: root/libre/p7zip
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-09-27 18:50:46 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-09-27 18:50:46 -0500
commit73a1d57a24b0700e024ab1eae0ac65137d3980d5 (patch)
tree9085d9a0a048d4afbe45333f01d32e00d0054cae /libre/p7zip
parent870ec6724b9eab4651ca990d0018d269548dda04 (diff)
p7zip: armv7h port
Diffstat (limited to 'libre/p7zip')
-rw-r--r--libre/p7zip/PKGBUILD4
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