diff options
| author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-11-17 16:56:43 +0000 | 
|---|---|---|
| committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-11-17 16:56:43 +0000 | 
| commit | 66210054481152ebfe2292ba8993ba61bc4a3b61 (patch) | |
| tree | 5f307409def396aa3d2922ae58698e30222ce33c /dev/python/setuptools/setuptools.SlackBuild | |
| parent | b31885ccbd77e656237b46c13f4f037fbc092eeb (diff) | |
| download | slackbuilds-66210054481152ebfe2292ba8993ba61bc4a3b61.tar.gz slackbuilds-66210054481152ebfe2292ba8993ba61bc4a3b61.tar.bz2  | |
setuptools: rebuilt from mkbuild
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1949 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev/python/setuptools/setuptools.SlackBuild')
| -rwxr-xr-x | dev/python/setuptools/setuptools.SlackBuild | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/python/setuptools/setuptools.SlackBuild b/dev/python/setuptools/setuptools.SlackBuild index 83631965..01c436ea 100755 --- a/dev/python/setuptools/setuptools.SlackBuild +++ b/dev/python/setuptools/setuptools.SlackBuild @@ -16,7 +16,7 @@  #  # slackbuild for setuptools, by Silvio Rhatto  # requires:   -# tested: setuptools-0.6c8 +# tested: setuptools-0.6c9  #  # Look for slackbuildrc @@ -31,7 +31,7 @@ CWD="$(pwd)"  SRC_NAME="setuptools"  PKG_NAME="setuptools"  ARCH=${ARCH:=i486} -SRC_VERSION=${VERSION:=0.6c8} +SRC_VERSION=${VERSION:=0.6c9}  PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')"  BUILD=${BUILD:=1rha}  SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME @@ -91,7 +91,7 @@ PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $NF }'`"  cd "$PKG_SRC"  # Build and install package -python setup.py build install --root=$PKG +python setup.py build install --root=$PKG || exit $ERROR_INSTALL  # Strip binaries  ( cd "$PKG"  | 
