diff options
Diffstat (limited to 'system/dfc')
-rw-r--r-- | system/dfc/dfc.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/dfc/dfc.SlackBuild b/system/dfc/dfc.SlackBuild index 78f6cfefe03c..c2affe700fd5 100644 --- a/system/dfc/dfc.SlackBuild +++ b/system/dfc/dfc.SlackBuild @@ -5,6 +5,8 @@ # Written by Kent Fritz <fritz.kent@gmail.com # Updated by Donald Cooley <dfc@warpmail.net> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=dfc VERSION=${VERSION:-3.1.1} BUILD=${BUILD:-1} @@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |