diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-10-16 00:20:21 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-18 07:23:19 +0700 |
commit | 5365a13e3f2e1cec0f5e2d90e895610363f31406 (patch) | |
tree | 77124359d9ab0f28ea0c2f61436c4b59fae205d1 /games/teeworlds | |
parent | 4926060b8798ddd189881bb3109b52b906d069c8 (diff) |
games/teeworlds: Update script.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'games/teeworlds')
-rw-r--r-- | games/teeworlds/teeworlds.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/teeworlds/teeworlds.SlackBuild b/games/teeworlds/teeworlds.SlackBuild index f639f57538ac..31f50de1b448 100644 --- a/games/teeworlds/teeworlds.SlackBuild +++ b/games/teeworlds/teeworlds.SlackBuild @@ -55,7 +55,7 @@ else fi OS=$(uname | tr [:upper:] [:lower:]) -SRCNAM=$PRGNAM-$VERSION-$OS\_$ARCH +SRCNAM=$PRGNAM-$VERSION-$OS\_x86_64 # Automatically tarball selected by architecture #if [ "$ARCH" = "x86_64" ]; then |