Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fdba777a9b02d460e799ea95c167de183162c29c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fdba777a9b02d460e799ea95c167de183162c29c)
  • Date: Mon, 23 Feb 2009 11:39:06 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

devel/python/BUILD | 2 +-
devel/python3000/BUILD | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fdba777a9b02d460e799ea95c167de183162c29c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python{,3000}: how did I forget this?!

diff --git a/devel/python/BUILD b/devel/python/BUILD
index 5eaf6bb..443567a 100755
--- a/devel/python/BUILD
+++ b/devel/python/BUILD
@@ -13,7 +13,7 @@ fi &&

default_build &&

-# python -c '"(c)", "lynx"*3'
+# python -c 'print "(c)", "lynx"*3'
make install DESTDIR="$SOURCE_DIRECTORY/anywhere/$INSTALL_ROOT" &&

message "Fake stage complete, installing to real path.."
diff --git a/devel/python3000/BUILD b/devel/python3000/BUILD
index db60ad6..fea0ea8 100755
--- a/devel/python3000/BUILD
+++ b/devel/python3000/BUILD
@@ -14,7 +14,7 @@ fi &&
default_build &&

if [[ $PY3K == y ]]; then
- # python -c '"(c)", "lynx"*3'
+ # python -c 'print ("(c)", "lynx"*3)'
make fullinstall DESTDIR="$SOURCE_DIRECTORY/anywhere/$INSTALL_ROOT"
else
make install DESTDIR="$SOURCE_DIRECTORY/anywhere/$INSTALL_ROOT"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fdba777a9b02d460e799ea95c167de183162c29c), Vlad Glagolev, 02/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page