diff options
Diffstat (limited to 'desktop/root-tail')
-rw-r--r-- | desktop/root-tail/root-tail.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/root-tail/root-tail.SlackBuild b/desktop/root-tail/root-tail.SlackBuild index 4c189e963b559..15896ccaa3524 100644 --- a/desktop/root-tail/root-tail.SlackBuild +++ b/desktop/root-tail/root-tail.SlackBuild @@ -4,6 +4,8 @@ # Written by slakmagik <slakmagik@gmail.com> # Released under the WTFPL +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=root-tail VERSION=${VERSION:-1.2} 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} |