diff options
Diffstat (limited to 'python/python2-uuid/python2-uuid.SlackBuild')
-rw-r--r-- | python/python2-uuid/python2-uuid.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python2-uuid/python2-uuid.SlackBuild b/python/python2-uuid/python2-uuid.SlackBuild index e6ee3e1b82a3e..de13268e5c8bc 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} |