mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
Debian: doing cmake before clean to include icinga-version.h.
Fixes #5233
This commit is contained in:
parent
7d8733c033
commit
29115f4fd3
3
debian/rules
vendored
3
debian/rules
vendored
@ -6,6 +6,9 @@ export DH_VERBOSE=1
|
||||
dh $@
|
||||
|
||||
override_dh_auto_clean:
|
||||
# configure icinga2 to get icinga-version.h
|
||||
dh_auto_configure
|
||||
# now clean build dir
|
||||
dh_auto_clean
|
||||
rm -f config.log
|
||||
rm -f config.status
|
||||
|
Loading…
x
Reference in New Issue
Block a user