summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-12-22 21:10:42 +0100
committerErich Eckner <git@eckner.net>2017-12-22 21:10:42 +0100
commita0aac9d3e2deb65dc7bcbcde00e21ffe750532b7 (patch)
tree29020e176fec0977afee30ebc3fb492ddc626dbe /community
parenta3eab8bd91a0bf5ea740104cb57fc9e782940e55 (diff)
downloadpackages-a0aac9d3e2deb65dc7bcbcde00e21ffe750532b7.tar.xz
community/libretro-mupen64plus: bring back i686 specific stuff
Diffstat (limited to 'community')
-rw-r--r--community/libretro-blastem/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libretro-blastem/PKGBUILD b/community/libretro-blastem/PKGBUILD
index 23eea608..7be65252 100644
--- a/community/libretro-blastem/PKGBUILD
+++ b/community/libretro-blastem/PKGBUILD
@@ -1,6 +1,6 @@
-# the return value of build() is the return value of the last statement
-
eval "$(
declare -f build | \
- sed "/\$CARCH == 'x86_64'/d"
+ sed '
+ s/x86_64/x86/
+ '
)"