From e2466621bc4e4bf9f4555e9ea98ce1b24da1916b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 14 Aug 2016 09:53:07 -0400 Subject: edit text regarding the "required" nature of JACK during installation process --- tools/linux_packaging/stage2.run.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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?") -- cgit v1.2.3