summaryrefslogtreecommitdiffstats
path: root/libraries/php-ssh2
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/php-ssh2')
-rw-r--r--libraries/php-ssh2/php-ssh2.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/php-ssh2/php-ssh2.SlackBuild b/libraries/php-ssh2/php-ssh2.SlackBuild
index 543a7cdc90..4f09dcc35b 100644
--- a/libraries/php-ssh2/php-ssh2.SlackBuild
+++ b/libraries/php-ssh2/php-ssh2.SlackBuild
@@ -23,6 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SRCNAM=ssh2
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=php-ssh2
VERSION=${VERSION:-0.13}
BUILD=${BUILD:-1}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}