diff options
Diffstat (limited to 'development/tklib/tklib.SlackBuild')
-rw-r--r-- | development/tklib/tklib.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/tklib/tklib.SlackBuild b/development/tklib/tklib.SlackBuild index 0a8167b1ac50b..2cdd98b261fe4 100644 --- a/development/tklib/tklib.SlackBuild +++ b/development/tklib/tklib.SlackBuild @@ -4,6 +4,8 @@ # Based on slackbuild script written by Paul Wisehart wise@lupulin.net +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=tklib VERSION=${VERSION:-0.6} BUILD=${BUILD:-1} @@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |