Fix Linux installer for demo-debug versions (amend 4bc8939)

This commit is contained in:
Robin Gareus 2023-03-24 20:24:33 +01:00
parent 4bc8939dda
commit 25fcdf57de
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
3 changed files with 2 additions and 3 deletions

View File

@ -48,5 +48,5 @@ if [ "T" = "$DEBUG" ]; then
export ARDOUR_INSIDE_GDB=1
exec gdb $INSTALL_DIR/bin/%EXENAME%-%VER%
else
exec %WINE% $INSTALL_DIR/bin/%EXENAME%-%VER% "$@"
exec $INSTALL_DIR/bin/%EXENAME%-%VER% "$@"
fi

View File

@ -29,7 +29,6 @@ WITH_NLS=
EXTERNAL_JACK=
VENDOR=Ardour ;
EXENAME=ardour
WINEEXE=
BUILDTYPE=""
NOSTRIP="libsuil|libserd|libsord|liblilv|libsratom|liblrdf|libardour|libpbd|libevoral"

View File

@ -449,7 +449,7 @@ fi
# Setup derived variables
################################
PGM_VERSION=$(echo ${BUNDLE_DIR} | cut -d- -f2)
PGM_BUILDTYPE=$(echo ${BUNDLE_DIR} | cut -d- -f3)
PGM_BUILDTYPE=$(echo ${BUNDLE_DIR} | cut -d- -f3-)
if [ -z ${PGM_BUILDTYPE} ];
then