summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-11-10 12:53:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-11-10 12:53:46 -0400
commitc6cf025cddba51b622751947e701c74f468cba2f (patch)
treee57169994614c92f98ffccff1fab767a9bafde7b /Makefile
parent96f6a72577595faad00f31b214ae25e3bec4b5b3 (diff)
Make the git-annex-standalone.deb prevent runshell from installing wrappers into $HOME/.ssh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6f0caf753..dae2d5d5b 100644
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,7 @@ linuxstandalone-nobuild: Build/Standalone Build/LinuxMkLibs
rm -rf "$(LINUXSTANDALONE_DEST)"
mkdir -p tmp
cp -R standalone/linux/skel "$(LINUXSTANDALONE_DEST)"
+ 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/"