diff options
Diffstat (limited to 'system/hercules/hercules.SlackBuild')
-rw-r--r-- | system/hercules/hercules.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/hercules/hercules.SlackBuild b/system/hercules/hercules.SlackBuild index d60b513509130..d76ff719ccbe8 100644 --- a/system/hercules/hercules.SlackBuild +++ b/system/hercules/hercules.SlackBuild @@ -6,6 +6,8 @@ # Written by Niels Horn - niels.horn@gmail.com # revision date 2010/03/10 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=hercules VERSION=${VERSION:-3.07} BUILD=${BUILD:-1} @@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |