summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/stage2.run.in
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-07-02 04:26:53 +0200
committerRobin Gareus <robin@gareus.org>2015-07-02 04:26:53 +0200
commit331111c0b5b4ffd2b65d2319b75fe97b24b798ca (patch)
tree45bc30fd6635b16938c6b8262a1b828a559a4734 /tools/linux_packaging/stage2.run.in
parentbd6777e6dc3ebdfa1785aa486412563834dd2714 (diff)
some more MB linux packaging fixes
Diffstat (limited to 'tools/linux_packaging/stage2.run.in')
-rwxr-xr-xtools/linux_packaging/stage2.run.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/linux_packaging/stage2.run.in b/tools/linux_packaging/stage2.run.in
index 87f2401fba..4894875ab5 100755
--- a/tools/linux_packaging/stage2.run.in
+++ b/tools/linux_packaging/stage2.run.in
@@ -10,8 +10,8 @@
MAJOR_VERSION="%REPLACE_MAJOR_VERSION%"
-PGM_NAME="Ardour"
-PGM_VENDOR="Ardour"
+PGM_NAME="%REPLACE_PGM%"
+PGM_VENDOR="%REPLACE_VENDOR%"
PGM_EXEC_FILE="ardour${MAJOR_VERSION}"
THE_SHELL="/bin/sh"