13
0

Merge branch 'ardour'

This commit is contained in:
Robin Gareus 2024-05-31 18:34:17 +02:00
commit 38e495ac0e
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -635,20 +635,13 @@ mkdir $PRODUCT_PKG_DIR
DMGWINBOTTOM=440
DMGBACKGROUND=dmgbg
if [ x$MIXBUS != x -o x$LIVETRAX != x] ; then
# Mixbus packaging
echo "Creating Mixbus packaging directory"
mv $APPDIR $PRODUCT_PKG_DIR/
if test -n "$MIXBUS" -o -n "$LIVETRAX"; then
DMGBACKGROUND=dmgbgMB
else
echo "Creating $APPNAME packaging directory"
mv $APPDIR $PRODUCT_PKG_DIR/
fi
echo "Creating Mixbus packaging directory"
mv $APPDIR $PRODUCT_PKG_DIR/
################################################################################
# from here on $PRODUCT_PKG_DIR/ prefix is needed
################################################################################
@ -739,6 +732,8 @@ if test x$WITH_XJADEO != x ; then
DMGBACKGROUND=${DMGBACKGROUND}xj
fi
echo "Using image '$DMGBACKGROUND' for the DMG.\n"
################################################################################
### Mixbus plugins, etc
if test x$WITH_GMSYNTH != x ; then