nuke tmp dir so things don't linger between builds

This commit is contained in:
Joey Hess 2014-04-10 13:08:07 -04:00
parent 27cad7f808
commit 67e280baa9
Failed to extract signature

View file

@ -140,7 +140,7 @@ OSXAPP_BASE=$(OSXAPP_DEST)/Contents/MacOS/bundle
osxapp: Build/Standalone Build/OSXMkLibs osxapp: Build/Standalone Build/OSXMkLibs
$(MAKE) git-annex $(MAKE) git-annex
rm -rf "$(OSXAPP_DEST)" rm -rf "$(OSXAPP_DEST)" "$(OSXAPP_BASE)"
install -d tmp/build-dmg install -d tmp/build-dmg
cp -R standalone/osx/git-annex.app "$(OSXAPP_DEST)" cp -R standalone/osx/git-annex.app "$(OSXAPP_DEST)"