Make the git-annex-standalone.deb prevent runshell from installing wrappers into $HOME/.ssh
This commit is contained in:
parent
3e49f9fcab
commit
d9d87fdbc9
4 changed files with 37 additions and 28 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue