diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-19 01:10:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-19 01:10:34 -0400 |
commit | 02236e8038cef35123c22c4b2c4691065ccf902c (patch) | |
tree | 83658be61b59f1ab5a6146fa7faf221ded981aa7 /Makefile | |
parent | 2fb653d9f487f8adf8032892655d7e6554594d00 (diff) |
fix path
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |