diff options
author | Alexey Neyman <stilor@att.net> | 2018-04-07 11:31:50 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-04-07 12:03:17 -0700 |
commit | fda857aeb851e5329b5dec664cc14903bf4d20a6 (patch) | |
tree | e7cab117bd9e65c30d8aeb518cce48ad610017a3 /debian | |
parent | 20e8402779db3d47856b45b31e5f3d76c8554a55 (diff) | |
download | crosstool-ng-fda857aeb851e5329b5dec664cc14903bf4d20a6.tar.gz crosstool-ng-fda857aeb851e5329b5dec664cc14903bf4d20a6.tar.bz2 crosstool-ng-fda857aeb851e5329b5dec664cc14903bf4d20a6.zip |
Debian: no longer need to install completion separately
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index d85609ea..4a3a8e35 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: @: |