diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2013-11-22 02:34:22 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-11-22 02:34:22 -0500 |
commit | 687c78d5604ce299d5164ffd69de88f2dd10fefc (patch) | |
tree | 2c3b4dd9491198917e0178dd5a0cf0fa3e6715c8 /games/tintin | |
parent | 610e8461bb9b201adbd4bd9257a9bf48be71f62b (diff) | |
download | slackbuilds-687c78d5604ce299d5164ffd69de88f2dd10fefc.tar.gz |
various: Fix SlackBuild formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/tintin')
-rw-r--r-- | games/tintin/tintin.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/tintin/tintin.SlackBuild b/games/tintin/tintin.SlackBuild index 1b41c46138..66b9c396ac 100644 --- a/games/tintin/tintin.SlackBuild +++ b/games/tintin/tintin.SlackBuild @@ -1,9 +1,9 @@ #!/bin/sh # Slackware build script for tintin++ -PRGNAM=tintin -VERSION=${VERSION:-2.00.9} +PRGNAM=tintin +VERSION=${VERSION:-2.00.9} BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} +TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in |