Debian: no longer need to install completion separately

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2018-04-07 11:31:50 -07:00
parent 20e8402779
commit fda857aeb8

1
debian/rules vendored
View File

@ -29,7 +29,6 @@ override_dh_auto_configure:
#Make sure to include bash completion file in the package #Make sure to include bash completion file in the package
override_dh_auto_install: override_dh_auto_install:
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: override_dh_update_autotools_config:
@: @: