mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue