Properly set DMG background for Trax and Mixbus
This commit is contained in:
parent
8c1fddca14
commit
46086a24ef
@ -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…
Reference in New Issue
Block a user