summaryrefslogtreecommitdiffstats
path: root/games/tome
diff options
context:
space:
mode:
author David Spencer2018-01-02 19:39:24 +0100
committer Willy Sudiarto Raharjo2018-01-06 00:55:21 +0100
commit1e77a5e633f9d458e25f0871aa727c43e30de875 (patch)
tree4a48b44742bc9827a8c64a361bd9f4e5ce234810 /games/tome
parentca8a155b5a075dda7c7634618c78cb2b1037b1cc (diff)
downloadslackbuilds-1e77a5e633f9d458e25f0871aa727c43e30de875.tar.gz
games/tome: Fix for exported ARCH variable.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/tome')
-rw-r--r--games/tome/tome.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tome/tome.SlackBuild b/games/tome/tome.SlackBuild
index 1495ab7f10..410ebae07b 100644
--- a/games/tome/tome.SlackBuild
+++ b/games/tome/tome.SlackBuild
@@ -77,7 +77,7 @@ sed -i "s/opt\/SDL-2.0/usr/" premake4.lua
# build game
premake4 gmake
-make
+env -u ARCH make
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true