diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-25 10:22:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-25 10:22:41 -0400 |
commit | 1aca4fa0d8d27e2ef93a4bc25dc60bc8132f9cba (patch) | |
tree | 825370607182876d67c1acbc0fca3b1aee5034e8 | |
parent | 616a781e6c45265ec93336b4ffc2e5dc2a74b076 (diff) |
fixes
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -135,12 +135,12 @@ hackage: sdist OSXAPP_DEST=tmp/git-annex.app OSXAPP_BASE=$(OSXAPP_DEST)/Contents/MacOS -THIRDPARTY_BINS=git curl lsof xargs rsync uuid wget xargs \ +THIRDPARTY_BINS=git curl lsof xargs rsync uuid wget \ sha1sum sha224sum sha256sum sha384sum sha512sum osxapp: $(bins) rm -rf "$(OSXAPP_DEST)" - install -d "$(OSXAPP_DEST)" + install -d tmp cp -R ui-macos/git-annex.app "$(OSXAPP_DEST)" install -d "$(OSXAPP_BASE)/bin" |