]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
setuptools: rebuilt from mkbuild
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 17 Nov 2008 16:56:43 +0000 (16:56 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 17 Nov 2008 16:56:43 +0000 (16:56 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1949 370017ae-e619-0410-ac65-c121f96126d4

dev/python/setuptools/setuptools.SlackBuild

index 836319657f4aa658db7c690b3f2dfabaf6f6777b..01c436eae541229e2e6ed777a35924a8d9af9dbc 100755 (executable)
@@ -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"