summaryrefslogtreecommitdiffstats
path: root/python/python2-uri-templates/python2-uri-templates.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python2-uri-templates/python2-uri-templates.SlackBuild')
-rw-r--r--python/python2-uri-templates/python2-uri-templates.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python2-uri-templates/python2-uri-templates.SlackBuild b/python/python2-uri-templates/python2-uri-templates.SlackBuild
index a8b5ba4a14..ac1505df3d 100644
--- a/python/python2-uri-templates/python2-uri-templates.SlackBuild
+++ b/python/python2-uri-templates/python2-uri-templates.SlackBuild
@@ -24,6 +24,8 @@
# (INCLUDING NEGLIGENCE OR 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=python2-uri-templates
SRCNAM1=uri-template-py
SRCNAM2=uritemplate-py-uri-template-py
@@ -39,7 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}