diff options
Diffstat (limited to 'python/msgpack-python/msgpack-python.SlackBuild')
-rw-r--r-- | python/msgpack-python/msgpack-python.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/msgpack-python/msgpack-python.SlackBuild b/python/msgpack-python/msgpack-python.SlackBuild index 5518e7390d928..490ab21abefb7 100644 --- a/python/msgpack-python/msgpack-python.SlackBuild +++ b/python/msgpack-python/msgpack-python.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=msgpack-python SRCNAM=$(echo $PRGNAM | cut -c1-7) VERSION=${VERSION:-1.0.2} @@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |