summaryrefslogtreecommitdiffstats
path: root/python/python2-uuid/python2-uuid.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python2-uuid/python2-uuid.SlackBuild')
-rw-r--r--python/python2-uuid/python2-uuid.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python2-uuid/python2-uuid.SlackBuild b/python/python2-uuid/python2-uuid.SlackBuild
index e6ee3e1b82..de13268e5c 100644
--- a/python/python2-uuid/python2-uuid.SlackBuild
+++ b/python/python2-uuid/python2-uuid.SlackBuild
@@ -21,6 +21,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=python2-uuid
VERSION=${VERSION:-1.30}
BUILD=${BUILD:-1}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}