diff options
Diffstat (limited to 'office/sofastats/sofastats.SlackBuild')
-rw-r--r-- | office/sofastats/sofastats.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/sofastats/sofastats.SlackBuild b/office/sofastats/sofastats.SlackBuild index 56e15a201ce1d..65abf5969e276 100644 --- a/office/sofastats/sofastats.SlackBuild +++ b/office/sofastats/sofastats.SlackBuild @@ -24,6 +24,8 @@ # SUCH DAMAGE. # ----------------------------------------------------------------------------- +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=sofastats VERSION=${VERSION:-1.4.6} BUILD=${BUILD:-1} @@ -32,7 +34,6 @@ TAG=${TAG:-_SBo} ARCH=noarch DOCS="README.txt copyright" -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |