diff options
author | David Lechner <david@lechnology.com> | 2018-04-28 22:08:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-28 22:08:08 -0500 |
commit | 0621680a5c904c19db9942eda112670159e10937 (patch) | |
tree | 3e1dd2e370e365a8a1f61d481037b6b4e0f17118 /debian | |
parent | 90d14443d1ab1d650f7aef98df3d2948ba6dd605 (diff) | |
download | crosstool-ng-0621680a5c904c19db9942eda112670159e10937.tar.gz crosstool-ng-0621680a5c904c19db9942eda112670159e10937.tar.bz2 crosstool-ng-0621680a5c904c19db9942eda112670159e10937.zip |
debian: no need to override dh_auto_install
Since fda857aeb851e5329b5dec664cc14903bf4d20a6 and d6f5c308f9b9564df548d7d6a245a56dbf5360bc, there is no longer any need to override dh_auto_install
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 4a3a8e35..f7665674 100755 --- a/debian/rules +++ b/debian/rules @@ -26,9 +26,5 @@ override_dh_auto_configure: test -e configure || ./bootstrap dh_auto_configure -#Make sure to include bash completion file in the package -override_dh_auto_install: - dh_auto_install - override_dh_update_autotools_config: @: |