diff options
Diffstat (limited to 'python/sympy/sympy.SlackBuild')
-rw-r--r-- | python/sympy/sympy.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/sympy/sympy.SlackBuild b/python/sympy/sympy.SlackBuild index 8750e1fb3cd8b..ea266eab822cc 100644 --- a/python/sympy/sympy.SlackBuild +++ b/python/sympy/sympy.SlackBuild @@ -28,6 +28,8 @@ # Updated for 0.7.3 and 0.7.6 by Willy Sudiarto Raharjo <willysr@slackbuilds.org> # Updated for 0.7.1, 0.7.5 and 1.3 by Serban Udrea <S.Udrea@gsi.de> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=sympy VERSION=${VERSION:-1.3} BUILD=${BUILD:-1} @@ -41,7 +43,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |