diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2018-01-02 18:39:24 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:55:21 +0700 |
commit | 1e77a5e633f9d458e25f0871aa727c43e30de875 (patch) | |
tree | 4a48b44742bc9827a8c64a361bd9f4e5ce234810 /games/tome/tome.SlackBuild | |
parent | ca8a155b5a075dda7c7634618c78cb2b1037b1cc (diff) | |
download | slackbuilds-1e77a5e633f9d458e25f0871aa727c43e30de875.tar.gz |
games/tome: Fix for exported ARCH variable.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/tome/tome.SlackBuild')
-rw-r--r-- | games/tome/tome.SlackBuild | 2 |
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 |