From 3710a977fc396bfd279634b7fd7329a5eeeda028 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 9 Jan 2016 13:00:01 +0100 Subject: variable program name in installer script --- tools/linux_packaging/stage2.run.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/linux_packaging/stage2.run.in b/tools/linux_packaging/stage2.run.in index a04acc54e6..0d93f777ad 100755 --- a/tools/linux_packaging/stage2.run.in +++ b/tools/linux_packaging/stage2.run.in @@ -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 -- cgit v1.2.3