nuke tmp dir so things don't linger between builds
This commit is contained in:
parent
27cad7f808
commit
67e280baa9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue