index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-12-22 21:10:42 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-12-22 21:10:42 +0100 |
commit | a0aac9d3e2deb65dc7bcbcde00e21ffe750532b7 (patch) | |
tree | 29020e176fec0977afee30ebc3fb492ddc626dbe /community/libretro-blastem | |
parent | a3eab8bd91a0bf5ea740104cb57fc9e782940e55 (diff) |
-rw-r--r-- | community/libretro-blastem/PKGBUILD | 6 |
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/ + ' )" |