summaryrefslogtreecommitdiffstats
path: root/python/python3-kiwisolver
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-kiwisolver')
-rw-r--r--python/python3-kiwisolver/python3-kiwisolver.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-kiwisolver/python3-kiwisolver.SlackBuild b/python/python3-kiwisolver/python3-kiwisolver.SlackBuild
index 3634bbe00c..1c317587df 100644
--- a/python/python3-kiwisolver/python3-kiwisolver.SlackBuild
+++ b/python/python3-kiwisolver/python3-kiwisolver.SlackBuild
@@ -23,6 +23,8 @@
# 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-kiwisolver
SRCNAM=kiwisolver
VERSION=${VERSION:-1.0.1}
@@ -37,7 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=${PKG:-$TMP/package-$PRGNAM}
OUTPUT=${OUTPUT:-/tmp}