mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
No need for overriding MAKELEVEL anymore
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
355f6f03fb
commit
d6f5c308f9
4
debian/rules
vendored
4
debian/rules
vendored
@ -19,7 +19,7 @@ include /usr/share/dpkg/default.mk
|
||||
|
||||
# main packaging script based on dh7 syntax
|
||||
%:
|
||||
MAKELEVEL=0 dh $@
|
||||
dh $@
|
||||
|
||||
# Make sure we call ./bootstrap before running dh_auto_configure
|
||||
override_dh_auto_configure:
|
||||
@ -28,7 +28,7 @@ override_dh_auto_configure:
|
||||
|
||||
#Make sure to include bash completion file in the package
|
||||
override_dh_auto_install:
|
||||
MAKELEVEL=0 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:
|
||||
|
Loading…
Reference in New Issue
Block a user