diff options
Diffstat (limited to 'development/python3-matplotlib/python3-matplotlib.SlackBuild')
-rw-r--r-- | development/python3-matplotlib/python3-matplotlib.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/python3-matplotlib/python3-matplotlib.SlackBuild b/development/python3-matplotlib/python3-matplotlib.SlackBuild index 45587c0d4890..8c2fd1fbe56d 100644 --- a/development/python3-matplotlib/python3-matplotlib.SlackBuild +++ b/development/python3-matplotlib/python3-matplotlib.SlackBuild @@ -31,6 +31,8 @@ # Updated up to version 2.2.3 by Serban Udrea <S.Udrea@gsi.de> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=python3-matplotlib SRCNAM=matplotlib VERSION=${VERSION:-2.2.3} @@ -48,7 +50,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=${PKG:-$TMP/package-$PRGNAM} OUTPUT=${OUTPUT:-/tmp} |