diff options
Diffstat (limited to 'development/eclipse-php/eclipse-php.SlackBuild')
-rw-r--r-- | development/eclipse-php/eclipse-php.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/eclipse-php/eclipse-php.SlackBuild b/development/eclipse-php/eclipse-php.SlackBuild index 3439b32b984bf..391bb9ff6f5bc 100644 --- a/development/eclipse-php/eclipse-php.SlackBuild +++ b/development/eclipse-php/eclipse-php.SlackBuild @@ -27,6 +27,8 @@ # Modified from classical eclipse slackbuild # This script is just a binary repackaging. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=eclipse-php VERSION=${VERSION:-4.20} SRCVERSION=${SRCVERSION:-2021-06-R} @@ -41,7 +43,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |