summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-01-09 13:00:01 +0100
committerRobin Gareus <robin@gareus.org>2016-01-09 13:00:01 +0100
commit3710a977fc396bfd279634b7fd7329a5eeeda028 (patch)
tree0dd88d3e0abbc03927b0a1524d07c76d3198f20a /tools/linux_packaging
parent0e6f76373450bc72fbab622bc78f7fad3a3f1a52 (diff)
variable program name in installer script
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/stage2.run.in6
1 files 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