aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-05 16:57:37 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-05 16:57:37 -0400
commit3123ba8246fa771791aa52658b21c99fe3324e97 (patch)
tree02b6d453d6cca482be47b5f923c94c95e2b0bca5 /Makefile
parent108a92300aca31e6198dbe954335a1d571c0f393 (diff)
allow linuxstandalone to be used with stack built binary
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f94ca9fc7..cee4ee02e 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,7 @@ linuxstandalone-nobuild: Build/Standalone Build/LinuxMkLibs
sed -i -e 's/^GIT_ANNEX_PACKAGE_INSTALL=/GIT_ANNEX_PACKAGE_INSTALL=$(GIT_ANNEX_PACKAGE_INSTALL)/' "$(LINUXSTANDALONE_DEST)/runshell"
install -d "$(LINUXSTANDALONE_DEST)/bin"
- cp dist/build/git-annex/git-annex "$(LINUXSTANDALONE_DEST)/bin/"
+ cp 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