summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-28 18:29:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-28 18:29:36 -0400
commit169018a5c822a19109aa00742a3a16b30eaf8995 (patch)
tree002e53d15df40d87b201f71530d20fb780e1101e
parent1f6e6f9abdfccb7e5d66fdb5875f7fa20fc15f6b (diff)
fixes
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bbf44c206..b6e417e03 100644
--- a/Makefile
+++ b/Makefile
@@ -148,7 +148,7 @@ linuxstandalone: $(bins)
cp git-annex "$(LINUXSTANDALONE_DEST)/bin/"
strip "$(LINUXSTANDALONE_DEST)/bin/git-annex"
ln -sf git-annex "$(LINUXSTANDALONE_DEST)/bin/git-annex-shell"
- gzcat doc/license/git-annex-osx.app-licences.gz > $(LINUXSTANDALONE_DEST)/LICENSE
+ zcat doc/license/git-annex-osx.app-licences.gz > $(LINUXSTANDALONE_DEST)/LICENSE
for bin in $(THIRDPARTY_BINS); do \
cp "$$(which "$$bin")" "$(LINUXSTANDALONE_DEST)/bin/" || echo "$$bin not available; skipping"; \
@@ -171,6 +171,8 @@ linuxstandalone: $(bins)
sort "$(LINUXSTANDALONE_DEST)/libdirs.tmp" | uniq > "$(LINUXSTANDALONE_DEST)/libdirs"
rm -f "$(LINUXSTANDALONE_DEST)/libdirs.tmp"
+ tar czf $(GIT_ANNEX_TMP_BUILD_DIR)/git-annex-standalone-$(dpkg --print-architecture).tar.gz $(LINUXSTANDALONE_DEST)
+
OSXAPP_DEST=$(GIT_ANNEX_TMP_BUILD_DIR)/build-dmg/git-annex.app
OSXAPP_BASE=$(OSXAPP_DEST)/Contents/MacOS
osxapp: $(bins)