summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-04-07 18:31:50 (GMT)
committerAlexey Neyman <stilor@att.net>2018-04-07 19:03:17 (GMT)
commitfda857aeb851e5329b5dec664cc14903bf4d20a6 (patch)
treee7cab117bd9e65c30d8aeb518cce48ad610017a3 /debian/rules
parent20e8402779db3d47856b45b31e5f3d76c8554a55 (diff)
Debian: no longer need to install completion separately
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index d85609e..4a3a8e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,6 @@ override_dh_auto_configure:
#Make sure to include bash completion file in the package
override_dh_auto_install:
dh_auto_install
- install -D -m 0644 ct-ng.comp $$(pwd)/debian/crosstool-ng/usr/share/bash-completion/completions/ct-ng.comp
override_dh_update_autotools_config:
@: