Make the git-annex-standalone.deb prevent runshell from installing wrappers into $HOME/.ssh

This commit is contained in:
Joey Hess 2015-11-10 12:53:46 -04:00
parent 3e49f9fcab
commit d9d87fdbc9
Failed to extract signature
4 changed files with 37 additions and 28 deletions

2
debian/rules vendored
View file

@ -16,7 +16,7 @@ export RELEASE_BUILD=1
ifeq ($(STANDALONE_BUILD),1)
override_dh_auto_build:
make linuxstandalone
make linuxstandalone GIT_ANNEX_PACKAGE_INSTALL=1
override_dh_auto_install:
: # nothing to do, we just need to copy the beast, as instructed in debian/install