mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Properly set DMG background for Trax and Mixbus
This commit is contained in:
parent
8c1fddca14
commit
46086a24ef
1 changed files with 6 additions and 11 deletions
|
|
@ -635,20 +635,13 @@ mkdir $PRODUCT_PKG_DIR
|
||||||
DMGWINBOTTOM=440
|
DMGWINBOTTOM=440
|
||||||
DMGBACKGROUND=dmgbg
|
DMGBACKGROUND=dmgbg
|
||||||
|
|
||||||
if [ x$MIXBUS != x -o x$LIVETRAX != x] ; then
|
if test -n "$MIXBUS" -o -n "$LIVETRAX"; then
|
||||||
|
|
||||||
# Mixbus packaging
|
|
||||||
|
|
||||||
echo "Creating Mixbus packaging directory"
|
|
||||||
mv $APPDIR $PRODUCT_PKG_DIR/
|
|
||||||
DMGBACKGROUND=dmgbgMB
|
DMGBACKGROUND=dmgbgMB
|
||||||
else
|
|
||||||
|
|
||||||
echo "Creating $APPNAME packaging directory"
|
|
||||||
mv $APPDIR $PRODUCT_PKG_DIR/
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Creating Mixbus packaging directory"
|
||||||
|
mv $APPDIR $PRODUCT_PKG_DIR/
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# from here on $PRODUCT_PKG_DIR/ prefix is needed
|
# from here on $PRODUCT_PKG_DIR/ prefix is needed
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
@ -739,6 +732,8 @@ if test x$WITH_XJADEO != x ; then
|
||||||
DMGBACKGROUND=${DMGBACKGROUND}xj
|
DMGBACKGROUND=${DMGBACKGROUND}xj
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Using image '$DMGBACKGROUND' for the DMG.\n"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
### Mixbus plugins, etc
|
### Mixbus plugins, etc
|
||||||
if test x$WITH_GMSYNTH != x ; then
|
if test x$WITH_GMSYNTH != x ; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue