diff options
author | hollywoodb <hollywoodb@fastmail.fm> | 2010-05-11 22:22:42 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:22:42 +0200 |
commit | 9d8f651ffceae25b6765eba315009883cc8772b3 (patch) | |
tree | 37da8a85438e21f2116453150d398d1b59c7f3ba /development/pysetuptools/pysetuptools.SlackBuild | |
parent | 3c6bc3d785bf6f9c34ecd1c4081feae6501fd939 (diff) | |
download | slackbuilds-9d8f651ffceae25b6765eba315009883cc8772b3.tar.gz |
development/pysetuptools: Updated for version 0.6c8
Diffstat (limited to 'development/pysetuptools/pysetuptools.SlackBuild')
-rw-r--r-- | development/pysetuptools/pysetuptools.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/development/pysetuptools/pysetuptools.SlackBuild b/development/pysetuptools/pysetuptools.SlackBuild index 171e2b875b..c4350bc761 100644 --- a/development/pysetuptools/pysetuptools.SlackBuild +++ b/development/pysetuptools/pysetuptools.SlackBuild @@ -11,10 +11,11 @@ NAME=setuptools PKG_NAME=pysetuptools -VERSION=0.6c6 +VERSION=0.6c8 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=${PKG:-$TMP/package-$NAME} @@ -30,7 +31,7 @@ chown -R root:root . chmod -R u+w,go+r-w,a-s . python setup.py bdist || exit 1 -tar zxvf dist/$NAME-$VERSION.linux-i686.tar.gz -C $PKG || exit 1 +tar xvf dist/$NAME-$VERSION.linux-i686.tar.gz -C $PKG || exit 1 ( cd $PKG find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null |