From 3123ba8246fa771791aa52658b21c99fe3324e97 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 Mar 2016 16:57:37 -0400 Subject: allow linuxstandalone to be used with stack built binary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3