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/changelog
vendored
2
debian/changelog
vendored
|
@ -18,6 +18,8 @@ git-annex (5.20151102.2) UNRELEASED; urgency=medium
|
|||
support that; avoid crashing on such invalid encoding.
|
||||
* runshell: Avoid failing when $HOME/.ssh does not exist and cannot be
|
||||
created.
|
||||
* Make the git-annex-standalone.deb prevent runshell from installing
|
||||
wrappers into $HOME/.ssh
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Wed, 04 Nov 2015 12:50:20 -0400
|
||||
|
||||
|
|
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