summaryrefslogtreecommitdiffstats
path: root/e-17/elementary/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/elementary/PREPARE')
-rwxr-xr-xe-17/elementary/PREPARE9
1 files changed, 7 insertions, 2 deletions
diff --git a/e-17/elementary/PREPARE b/e-17/elementary/PREPARE
index 1481b2488a..abdc854577 100755
--- a/e-17/elementary/PREPARE
+++ b/e-17/elementary/PREPARE
@@ -1,2 +1,7 @@
-config_query ELEMENTARY_CVS_AUTOUPDATE \
- "Automatically update $SPELL on system-update?" n
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm &&
+
+if [ "x${ELEMENTARY_BRANCH}" == "xscm" ]; then
+ config_query ELEMENTARY_CVS_AUTOUPDATE \
+ "Automatically update $SPELL on system-update?" n
+fi