sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (84bc537e9e482e47bcd5bf2f793a1be120580cff)
- From: Jaka Kranjc <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org
- Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (84bc537e9e482e47bcd5bf2f793a1be120580cff)
- Date: Sun, 2 Sep 2007 12:31:46 -0500
GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:
net/samba/HISTORY | 3 +++
net/samba/INSTALL | 5 ++++-
2 files changed, 7 insertions(+), 1 deletion(-)
New commits:
commit 84bc537e9e482e47bcd5bf2f793a1be120580cff
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
samba: run python_install only when python was chosen, a mistake from the
previous commit
diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index b18696f..68aac0f 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,3 +1,6 @@
+2007-09-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: run python_install only when python was chosen
+
2007-09-01 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* INSTALL: added python_install target, the final nail for #13967
diff --git a/net/samba/INSTALL b/net/samba/INSTALL
index 6a5d222..67badf5 100755
--- a/net/samba/INSTALL
+++ b/net/samba/INSTALL
@@ -1,5 +1,8 @@
make_normal &&
-make install python_install &&
+make install &&
+if is_depends_enabled $SPELL python; then
+ make python_install
+fi &&
if [[ "$SAMBA_CIFS" == "y" ]]; then
install -m 755 client/mount.cifs \
- [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (84bc537e9e482e47bcd5bf2f793a1be120580cff), Jaka Kranjc, 09/02/2007
Archive powered by MHonArc 2.6.24.