summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-28 18:33:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-28 18:33:46 -0400
commitb8ca1b4ead43e492d4d3ac25e9e7c872eafb3c6e (patch)
treefb8ecfe25b2ade8c94c98082fe09b6e0cd9a5eb5
parent2f12d217cf1aea9adc48c77c9618aaa97eb01992 (diff)
typo
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cfac71a18..f3be6f29c 100644
--- a/Makefile
+++ b/Makefile
@@ -171,7 +171,7 @@ linuxstandalone: $(bins)
sort "$(LINUXSTANDALONE_DEST)/libdirs.tmp" | uniq > "$(LINUXSTANDALONE_DEST)/libdirs"
rm -f "$(LINUXSTANDALONE_DEST)/libdirs.tmp"
- cd $(GIT_ANNEX_TMP_BUILD_DIR) && tar czf /git-annex-standalone-$(shell dpkg --print-architecture).tar.gz git-annex.linux
+ cd $(GIT_ANNEX_TMP_BUILD_DIR) && tar czf git-annex-standalone-$(shell dpkg --print-architecture).tar.gz git-annex.linux
OSXAPP_DEST=$(GIT_ANNEX_TMP_BUILD_DIR)/build-dmg/git-annex.app
OSXAPP_BASE=$(OSXAPP_DEST)/Contents/MacOS