Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (31c550138915e095d482662b25e362e45ecbf902)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (31c550138915e095d482662b25e362e45ecbf902)
  • Date: Sat, 28 Sep 2019 15:57:26 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

doc/itstool/BUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 31c550138915e095d482662b25e362e45ecbf902
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

itstool: Fix python3 interpreter passed to configure

itstool's buildsystem makes a bad use of the PYTHON variable, it should
try to resolve it to a full path before writting it as interpreter to
the itstool script; for now just pass a full path.

Fixes: 1c7ad47f0765 ("itstool: Fix python3 dependency check")

diff --git a/doc/itstool/BUILD b/doc/itstool/BUILD
index 4725c8e..e0fca5e 100755
--- a/doc/itstool/BUILD
+++ b/doc/itstool/BUILD
@@ -1,4 +1,4 @@
if is_depends_enabled "$SPELL" python3; then
- export PYTHON=python3
+ export PYTHON=/usr/bin/python3
fi &&
default_build



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (31c550138915e095d482662b25e362e45ecbf902), Ismael Luceno, 09/28/2019

Archive powered by MHonArc 2.6.24.

Top of Page