diff options
Diffstat (limited to 'development/pcc/pcc.SlackBuild')
-rw-r--r-- | development/pcc/pcc.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/pcc/pcc.SlackBuild b/development/pcc/pcc.SlackBuild index 0b18f4e9b221..94a974e91d5a 100644 --- a/development/pcc/pcc.SlackBuild +++ b/development/pcc/pcc.SlackBuild @@ -25,6 +25,8 @@ # - upgraded for pcc-1.1.0 release, no more beta # - add seddery to fix typo in cc.c (ifdef => ifndef) +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=pcc VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} @@ -38,7 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |