From 2b570e13fba491d96e233d99899f50d38dc2ebc8 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 10 Oct 2017 11:26:40 +0200 Subject: community/libretro-blastem: fix return value of build() --- community/libretro-blastem/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/libretro-blastem/PKGBUILD (limited to 'community') 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" +)" -- cgit v1.2.3