Skip to Content.
Sympa Menu

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

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 (1c7ad47f07651558d067b7a24d47e33a8520da39)
  • Date: Sat, 28 Sep 2019 15:52:05 +0000

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

doc/itstool/BUILD | 7 +++----
doc/itstool/HISTORY | 3 +++
2 files changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 1c7ad47f07651558d067b7a24d47e33a8520da39
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

itstool: Fix python3 dependency check

Fixes: c76b8a8fffc1 ("itstool - tweaks for python3")

diff --git a/doc/itstool/BUILD b/doc/itstool/BUILD
index 779f9b3..4725c8e 100755
--- a/doc/itstool/BUILD
+++ b/doc/itstool/BUILD
@@ -1,5 +1,4 @@
-if is_depends_enabled python3;then
- export PYTHON=/usr/bin/python3
-fi
+if is_depends_enabled "$SPELL" python3; then
+ export PYTHON=python3
+fi &&
default_build
-
diff --git a/doc/itstool/HISTORY b/doc/itstool/HISTORY
index 607d9d0..20c135b 100644
--- a/doc/itstool/HISTORY
+++ b/doc/itstool/HISTORY
@@ -1,3 +1,6 @@
+2019-09-28 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: fixed python3 dependency check
+
2019-04-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.0.6




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

Archive powered by MHonArc 2.6.24.

Top of Page