mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
OSXI packaging support
This commit is contained in:
parent
35c9b08154
commit
cc8f32a66a
1 changed files with 1 additions and 1 deletions
|
|
@ -825,7 +825,7 @@ cp -vi ${DMGBACKGROUND}.png "${MNTPATH}/.background/dmgbg.png"
|
|||
|
||||
echo "setting DMG background ..."
|
||||
|
||||
if test $(sw_vers -productVersion | cut -d '.' -f 2) -lt 9; then
|
||||
if test $(sw_vers -productVersion | cut -d '.' -f 1) -lt 11 -a $(sw_vers -productVersion | cut -d '.' -f 2) -lt 9; then
|
||||
# OSX ..10.8.X
|
||||
DISKNAME=${VOLNAME}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue