diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 7afd85dc09..1659888e90 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -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