summaryrefslogtreecommitdiffstats
path: root/audio-creation/linuxsampler/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/linuxsampler/PREPARE')
-rwxr-xr-xaudio-creation/linuxsampler/PREPARE7
1 files changed, 7 insertions, 0 deletions
diff --git a/audio-creation/linuxsampler/PREPARE b/audio-creation/linuxsampler/PREPARE
new file mode 100755
index 0000000000..10d8c33101
--- /dev/null
+++ b/audio-creation/linuxsampler/PREPARE
@@ -0,0 +1,7 @@
+config_query LINUXSAMPLER_VCS "Build latest version from development tree?" n &&
+
+if [[ $LINUXSAMPLER_VCS == y ]]
+then
+ config_query LINUXSAMPLER_VCS_AUTOUPDATE \
+ "Update automatically on every system update?" n
+fi