edit text regarding the "required" nature of JACK during installation process
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 14 Aug 2016 13:53:07 +0000 (09:53 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 14 Aug 2016 13:53:07 +0000 (09:53 -0400)
tools/linux_packaging/stage2.run.in

index ae4e217a49a596f30eab2310798b8e4252ae3f26..d4409bc59cc8aba8c93b0abd5bee2a5fb69e438f 100755 (executable)
@@ -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?")