diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-11-10 12:53:46 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-11-10 12:53:46 -0400 |
commit | c6cf025cddba51b622751947e701c74f468cba2f (patch) | |
tree | e57169994614c92f98ffccff1fab767a9bafde7b /debian/rules | |
parent | 96f6a72577595faad00f31b214ae25e3bec4b5b3 (diff) |
Make the git-annex-standalone.deb prevent runshell from installing wrappers into $HOME/.ssh
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 927c1c925..294cb3028 100755 --- a/debian/rules +++ b/debian/rules @@ -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 |