aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin/packaging
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-03-28 18:14:04 +0100
committerMemphiz <memphis@machzwo.de>2013-03-28 18:14:04 +0100
commit465dd9369868980fae409db1c35a5ff4c4c03c8e (patch)
tree9277a9c5d12de0df6c54cff4bf00564e9df01a39 /tools/darwin/packaging
parent5ac7d588eac133ae7120eb1cddf1326974aeec98 (diff)
[osx] - fix missed adaption to the osx package script
Diffstat (limited to 'tools/darwin/packaging')
-rwxr-xr-xtools/darwin/packaging/xbmc-osx/mkdmg-xbmc-osx.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/darwin/packaging/xbmc-osx/mkdmg-xbmc-osx.sh b/tools/darwin/packaging/xbmc-osx/mkdmg-xbmc-osx.sh
index 34b8abb62f..9d49379579 100755
--- a/tools/darwin/packaging/xbmc-osx/mkdmg-xbmc-osx.sh
+++ b/tools/darwin/packaging/xbmc-osx/mkdmg-xbmc-osx.sh
@@ -31,9 +31,9 @@ ARCHIVE=${PACKAGE}_${VERSION}-${REVISION}_macosx-intel-${ARCHITECTURE}
echo Creating $PACKAGE package version $VERSION revision $REVISION
${SUDO} rm -rf $DIRNAME/$ARCHIVE
-if [ -e "/Volumes/XBMC" ]
+if [ -e "/Volumes/$ARCHIVE" ]
then
- umount /Volumes/XBMC
+ umount /Volumes/$ARCHIVE
fi
$DIRNAME/dmgmaker.pl $XBMC $ARCHIVE