summaryrefslogtreecommitdiffstats
path: root/python/jaraco-packaging/jaraco-packaging.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/jaraco-packaging/jaraco-packaging.SlackBuild')
-rw-r--r--python/jaraco-packaging/jaraco-packaging.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/jaraco-packaging/jaraco-packaging.SlackBuild b/python/jaraco-packaging/jaraco-packaging.SlackBuild
index 3e839574fc..2931776c91 100644
--- a/python/jaraco-packaging/jaraco-packaging.SlackBuild
+++ b/python/jaraco-packaging/jaraco-packaging.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=jaraco-packaging
SRCPKG=${SRCPKG-jaraco.packaging}
VERSION=${VERSION:-8.1.0}
@@ -38,7 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}