tweak description of qjackctl

git-svn-id: svn://localhost/ardour2/branches/3.0@8784 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-02-08 23:40:56 +00:00
parent a8cc2b5a74
commit 4eb1a9ea0e
2 changed files with 3 additions and 1 deletions

View File

@ -354,7 +354,8 @@ fi
if ! which qjackctl > /dev/null;
then
echo ""
echo "The program QjackCtl is missing from this system. QjackCtl is an OPTIONAL component of $PGM_NAME."
echo "The program QjackCtl is missing from this system. QjackCtl is an extremely useful tool"
echo "for any system that runs JACK applications like Ardour. We recommend that you install it."
echo ""
ANSWER=$(VaildateYesNoQuestion "Install QjackCtl using system software repository?")

View File

@ -76,6 +76,7 @@ then
# delete the old package
sudo rm -rf ${PGM_PATH}
sudo rm -f $0
else
echo ""
echo "!!! FAILURE !!! - install path ${PGM_PATH} does not exist."