diff options
Diffstat (limited to 'libraries/openbabel/openbabel.SlackBuild')
-rw-r--r-- | libraries/openbabel/openbabel.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/openbabel/openbabel.SlackBuild b/libraries/openbabel/openbabel.SlackBuild index eaec9a508eb1..53231a2051e1 100644 --- a/libraries/openbabel/openbabel.SlackBuild +++ b/libraries/openbabel/openbabel.SlackBuild @@ -24,6 +24,8 @@ # Thanks to Daniil Bratashov (dn2010@gmail.com) for the cmake conversion +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=openbabel VERSION=${VERSION:-2.4.1} SRCVER=$(echo $VERSION | tr . -) @@ -38,7 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |