From 054ac793910f8920ae11cd389917d912c13a06cd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 10 Feb 2024 18:42:33 +0100 Subject: Updating. Signed-off-by: Daniel Baumann --- debian/rules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 62c4dda..8b83677 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,13 @@ #!/usr/bin/make -f +VENDOR=debian + %: +ifeq ($(VENDOR),debian) + dh ${@} +else dh ${@} --with apache2 +endif override_dh_auto_install: # apache-tools -- cgit v1.2.3