diff options
Diffstat (limited to 'system/st/st.SlackBuild')
-rw-r--r-- | system/st/st.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/st/st.SlackBuild b/system/st/st.SlackBuild index eab5530dbeb7..56440c9edb16 100644 --- a/system/st/st.SlackBuild +++ b/system/st/st.SlackBuild @@ -24,6 +24,8 @@ # Modified by the SlackBuilds.org project +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=st VERSION=${VERSION:-0.8.4} BUILD=${BUILD:-1} @@ -37,7 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |