summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-08-14 09:53:07 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-08-14 09:53:07 -0400
commite2466621bc4e4bf9f4555e9ea98ce1b24da1916b (patch)
tree04e03fd1903466a0f18bed067666f0b611b8e747 /tools
parent09ed9c44e7988067796da2febeb7a5edf1282f93 (diff)
edit text regarding the "required" nature of JACK during installation process
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/stage2.run.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/linux_packaging/stage2.run.in b/tools/linux_packaging/stage2.run.in
index ae4e217a49..d4409bc59c 100755
--- a/tools/linux_packaging/stage2.run.in
+++ b/tools/linux_packaging/stage2.run.in
@@ -657,7 +657,10 @@ elif which jackdbus > /dev/null; then
JACK_INSTALLED="i"
else
echo ""
- echo "The program Jack is missing from this system. Jack is a required component of $PGM_NAME."
+ echo "The program Jack is missing from this system."
+ echo ""
+ echo "Jack is a very useful utility to allow you to interconnect $PGM_NAME and other audio/MIDI applications."
+ echo "You can use $PGM_NAME without it, but you may find it useful to have around."
echo ""
ANSWER=$(VaildateYesNoQuestion "Install jack using system software repository?")