From 77ac803ba0b250cab5aa1778f8613d00020df82f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 14 Jun 2013 18:15:05 +0200 Subject: osx packaging: clean up temp dirs OSX's .DS_Store file keeps rmdir from working. --- tools/osx_packaging/osx_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 4880107806..96ed165832 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -611,7 +611,7 @@ hdiutil eject "${DiskDevice}" hdiutil convert -format UDZO "${TMPDMG}" -imagekey zlib-level=9 -o "${UC_DMG}" # Delete the temporary files rm "$TMPDMG" -rmdir "$MNTPATH" +rm -rf "$MNTPATH" echo "setting file icon ..." -- cgit v1.2.3