summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-19 01:10:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-19 01:10:34 -0400
commit02236e8038cef35123c22c4b2c4691065ccf902c (patch)
tree83658be61b59f1ab5a6146fa7faf221ded981aa7
parent2fb653d9f487f8adf8032892655d7e6554594d00 (diff)
fix path
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84f1ddffa..7621ee22d 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,7 @@ linuxstandalone-nobuild:
cp -R standalone/linux "$(LINUXSTANDALONE_DEST)"
install -d "$(LINUXSTANDALONE_DEST)/bin"
- cp git-annex "$(LINUXSTANDALONE_DEST)/bin/"
+ cp dist/build/git-annex/git-annex "$(LINUXSTANDALONE_DEST)/bin/"
strip "$(LINUXSTANDALONE_DEST)/bin/git-annex"
ln -sf git-annex "$(LINUXSTANDALONE_DEST)/bin/git-annex-shell"
zcat standalone/licences.gz > $(LINUXSTANDALONE_DEST)/LICENSE