diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-20 14:26:55 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-20 14:26:55 +0000 |
commit | 9d85c32e43c6b30eecde8041e66f623657577973 (patch) | |
tree | 963624c72b7e527c22c7f5fede67b77131563765 | |
parent | 638fda6228ed7d0a461dc71f94e201a4e75629a9 (diff) | |
download | slackbuilds-9d85c32e43c6b30eecde8041e66f623657577973.tar.gz slackbuilds-9d85c32e43c6b30eecde8041e66f623657577973.tar.bz2 |
scons: added --standard-lib
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@476 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-x | scons/scons.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scons/scons.build b/scons/scons.build index c922ae98..2b636fe4 100755 --- a/scons/scons.build +++ b/scons/scons.build @@ -63,7 +63,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then patch -p1 < $CWD/$PACKAGE-$VERSION.diff || exit $ERROR_PATCH fi -python setup.py install || exit $ERROR_INSTALL +python setup.py install --standard-lib || exit $ERROR_INSTALL CWD="`pwd`" |