aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index cfa61e1..056a964 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,12 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@
override_dh_auto_install:
$(MAKE) DESTDIR=debian/keyringer PREFIX=/usr install
rm debian/keyringer/usr/share/doc/keyringer/LICENSE
+
+execute_after_dh_auto_install:
+ # Fix bash-completion-with-hashbang bash
+ sed 's/^#!\s*bash//' -i debian/keyringer/usr/share/bash-completion/completions/keyringer