mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
some more MB linux packaging fixes
This commit is contained in:
parent
bd6777e6dc
commit
331111c0b5
2 changed files with 3 additions and 3 deletions
|
|
@ -642,7 +642,7 @@ chmod a+x $APPBIN/${APP_VER_NAME}.uninstall.sh
|
|||
#
|
||||
# Add the stage2.run script
|
||||
#
|
||||
sed -e "s/%REPLACE_MAJOR_VERSION%/${major_version}/" < stage2.run.in > stage2.run
|
||||
sed -e "s/%REPLACE_MAJOR_VERSION%/${major_version}/;s/%REPLACE_PGM%/${APPNAME};s/%REPLACE_VENDOR%/${VENDOR}" < stage2.run.in > stage2.run
|
||||
chmod a+x stage2.run
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue