New commits:
commit 94856be8f006a348e201381b47d60863859395c6
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
strigi: fix a query
diff --git a/utils/strigi/HISTORY b/utils/strigi/HISTORY
index e55397f..7a0a0ae 100644
--- a/utils/strigi/HISTORY
+++ b/utils/strigi/HISTORY
@@ -1,3 +1,6 @@
+2007-09-12 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PPREPARE: ask the autoupdate query only if svn was chosen
+
2007-08-16 Treeve Jelbert <treeve AT sourcemage.org>
* INSTALL, strigi.sh: added, to set XDG_DATA_DIRS
* DETAILS: PATCHLEVEL++
diff --git a/utils/strigi/PREPARE b/utils/strigi/PREPARE
index d4a5478..febee33 100755
--- a/utils/strigi/PREPARE
+++ b/utils/strigi/PREPARE
@@ -1,2 +1,4 @@
-config_query STRIGI_SVN 'DO you wnat the SVN version?' n
-config_query STRIGI_SVN_AUTOUPDATE "Update to the latest SVN on every cast?"
${DEFAULT:-n}
+config_query STRIGI_SVN 'DO you wnat the SVN version?' n &&
+if [[ $STRIGI_SVN == y ]]; then
+ config_query STRIGI_SVN_AUTOUPDATE "Update to the latest SVN on every
cast?" ${DEFAULT:-n}
+fi
[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (94856be8f006a348e201381b47d60863859395c6),
Jaka Kranjc, 09/12/2007