Skip to Content.
Please activate JavaScript in your web browser
List archive
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ccf033c40043c0cb41b360c720f0c54fba8c0811)
Chronological
Thread
<
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 (ccf033c40043c0cb41b360c720f0c54fba8c0811)
Date
: Mon, 7 Jan 2008 02:37:26 -0600
GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:
devel/python/BUILD | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit ccf033c40043c0cb41b360c720f0c54fba8c0811
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
python: saving the root
diff --git a/devel/python/BUILD b/devel/python/BUILD
index e40f41a..ae5bc15 100755
--- a/devel/python/BUILD
+++ b/devel/python/BUILD
@@ -4,9 +4,10 @@ export OPTS="$OPTS --enable-shared --enable-unicode"
# The following file from kdebindings has a syntax error that
# makes Python compilation fail
local PYTHON_VERSION=`echo $VERSION|cut -d. -f1,2`
-if [[ -f /usr/lib/python${PYTHON_VERSION}/pydcop.py ]]; then
+if [[ -f $INSTALL_ROOT/usr/lib/python${PYTHON_VERSION}/pydcop.py ]]; then
mkdir $SOURCE_DIRECTORY/spell-tmp &&
- mv /usr/lib/python${PYTHON_VERSION}/pydcop.py $SOURCE_DIRECTORY/spell-tmp
+ mv $INSTALL_ROOT/usr/lib/python${PYTHON_VERSION}/pydcop.py \
+ $SOURCE_DIRECTORY/spell-tmp
fi &&
default_build
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ccf033c40043c0cb41b360c720f0c54fba8c0811)
,
Vlad Glagolev, 01/07/2008
Archive powered by
MHonArc 2.6.24
.