Skip to content

Commit

Permalink
[osx] - fix missed adaption to the osx package script
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphiz committed Mar 28, 2013
1 parent 5ac7d58 commit 465dd93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/darwin/packaging/xbmc-osx/mkdmg-xbmc-osx.sh
Expand Up @@ -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
Expand Down

0 comments on commit 465dd93

Please sign in to comment.