diff options
Diffstat (limited to 'libraries/php-ssh2/php-ssh2.SlackBuild')
-rw-r--r-- | libraries/php-ssh2/php-ssh2.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/php-ssh2/php-ssh2.SlackBuild b/libraries/php-ssh2/php-ssh2.SlackBuild index 543a7cdc9022b..4f09dcc35b4eb 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} |