index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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/ + ' )" |