summaryrefslogtreecommitdiffstats
path: root/python/python3-pandas/python3-pandas.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-pandas/python3-pandas.SlackBuild')
-rw-r--r--python/python3-pandas/python3-pandas.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-pandas/python3-pandas.SlackBuild b/python/python3-pandas/python3-pandas.SlackBuild
index f52cb6e2e2..77d3fe5ddd 100644
--- a/python/python3-pandas/python3-pandas.SlackBuild
+++ b/python/python3-pandas/python3-pandas.SlackBuild
@@ -22,6 +22,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=python3-pandas
SRCNAM=pandas
VERSION=${VERSION:-1.0.5}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}