From cc8f32a66a36b71fd041928f97baa53c96a62cd8 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 12 Dec 2020 22:02:26 +0100 Subject: [PATCH] OSXI packaging support --- tools/osx_packaging/osx_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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