summaryrefslogtreecommitdiffstats
path: root/FUNCTIONS
diff options
context:
space:
mode:
authorVlad Glagolev2015-02-21 13:06:09 +0300
committerVlad Glagolev2015-02-21 13:06:09 +0300
commit7b023bd603824bf5113d9c006ad7bd11b51f425d (patch)
treee5c3717bae1aa858a1d9ec9a8f27415efb8b4950 /FUNCTIONS
parent5d08c761978d98a56d8ac4f985f26640eb328519 (diff)
Revert "libxml2 - tweak build for python3"
This reverts commit c0ee14fe8afdf9f035aad59547a2384719294a12. Conflicts: ChangeLog
Diffstat (limited to 'FUNCTIONS')
-rwxr-xr-xFUNCTIONS9
1 files changed, 1 insertions, 8 deletions
diff --git a/FUNCTIONS b/FUNCTIONS
index 396a538211..5d39a1d61b 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -2,16 +2,9 @@
. $GRIMOIRE/libgcc
. $GRIMOIRE/config_query_multi.function
-if is_depends_enabled $SPELL python;then
- VV=`installed_version python1 | cut -c-3` &&
- PYTHON2=/usr/bin/python${VV}
- export PYTHON=$PYTHON2
-fi
-
if is_depends_enabled $SPELL python3;then
VV=`installed_version python3 | cut -c-3` &&
- PYTHON3=/usr/bin/python${VV}m
- export PYTHON=$PYTHON3
+ PYTHON3=python${VV}
fi
QT5DIR=$INSTALL_ROOT/opt/qt5