diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-25 10:15:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-25 10:15:07 -0400 |
commit | 616a781e6c45265ec93336b4ffc2e5dc2a74b076 (patch) | |
tree | cfd85b2460aa5d9acb461b4311ff5aa36b1d26f4 | |
parent | f6707fdd691da81c02514fe18bba610d1c8152a4 (diff) |
typo
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ hackage: sdist @cabal upload dist/*.tar.gz OSXAPP_DEST=tmp/git-annex.app -OSXAPP_BASE=$(OSXAPP_DEST/Contents/MacOS) +OSXAPP_BASE=$(OSXAPP_DEST)/Contents/MacOS THIRDPARTY_BINS=git curl lsof xargs rsync uuid wget xargs \ sha1sum sha224sum sha256sum sha384sum sha512sum |