variable program name in installer script

This commit is contained in:
Robin Gareus 2016-01-09 13:00:01 +01:00
parent 0e6f763734
commit 3710a977fc
1 changed files with 3 additions and 3 deletions

View File

@ -287,7 +287,7 @@ if %REPLACE_GCC5%; then
echo ""
echo "WARNING: GCC4/5 libstdc++ ABI Mismatch"
echo ""
echo "Ardour was compiled with gcc5, your system uses an older version of the"
echo "${PGM_NAME} was compiled with gcc5, your system uses an older version of the"
echo "standard c++ library. Plugins on your system may not load or plugin-UIs"
echo "may cause crashes."
echo ""
@ -302,7 +302,7 @@ else
echo ""
echo "WARNING: GCC4/5 libstdc++ ABI Mismatch"
echo ""
echo "Ardour was compiled with gcc4, your system uses a newer version of the"
echo "${PGM_NAME} was compiled with gcc4, your system uses a newer version of the"
echo "standard c++ library. Plugins on your system may not load or plugin-UIs"
echo "may cause crashes."
echo ""
@ -318,7 +318,7 @@ if %REPLACE_WINE%; then
echo ""
echo "!!! ERROR !!! - 'wine' was not found."
echo ""
echo "This version of Ardour with Windows VST support requires wine."
echo "This version of ${PGM_NAME} with Windows VST support requires wine."
echo "https://www.winehq.org/"
echo ""
read -p "Press ENTER to exit installer:" BLAH