diff options
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 |