From d08467e9f8a0d3a27d7e6880a8607ee37fe6f478 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 14 Dec 2018 11:54:46 +0100 Subject: community/teeworlds: fix in packaging for 32-bit --- community/teeworlds/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/teeworlds/PKGBUILD (limited to 'community/teeworlds/PKGBUILD') diff --git a/community/teeworlds/PKGBUILD b/community/teeworlds/PKGBUILD new file mode 100644 index 00000000..2dc03c3f --- /dev/null +++ b/community/teeworlds/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f package | \ + sed ' + s@x86_64@x86@g + ' +)" -- cgit v1.2.3-54-g00ecf