summaryrefslogtreecommitdiff
path: root/community/libretro-blastem/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-10-10 11:26:40 +0200
committerErich Eckner <git@eckner.net>2017-10-10 11:27:35 +0200
commit2b570e13fba491d96e233d99899f50d38dc2ebc8 (patch)
tree18bb575b0cd9493e036b3945d92d104c0f09c918 /community/libretro-blastem/PKGBUILD
parentd72dcd1e937d4ab34da04cac04a2b977f84336fa (diff)
downloadpackages-2b570e13fba491d96e233d99899f50d38dc2ebc8.tar.xz
community/libretro-blastem: fix return value of build()
Diffstat (limited to 'community/libretro-blastem/PKGBUILD')
-rw-r--r--community/libretro-blastem/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/libretro-blastem/PKGBUILD b/community/libretro-blastem/PKGBUILD
new file mode 100644
index 00000000..23eea608
--- /dev/null
+++ b/community/libretro-blastem/PKGBUILD
@@ -0,0 +1,6 @@
+# the return value of build() is the return value of the last statement
+
+eval "$(
+ declare -f build | \
+ sed "/\$CARCH == 'x86_64'/d"
+)"