1
0
Fork 0

Shortening dh_install override in rules.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-14 06:34:56 +01:00
parent b3356d1e34
commit 66883bb30a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

4
debian/rules vendored
View file

@ -32,10 +32,10 @@ execute_after_dh_auto_clean:
rm -f "$$(dirname "$${file}")"/"$$(basename "$${file}" .in)"; \
done
override_dh_install:
execute_before_dh_install:
$(MAKE) install-systemd DESTDIR=$(CURDIR)/debian/tmp
dh_install
execute_after_dh_install:
mkdir -p $(CURDIR)/debian/mdadm/etc/mdadm
chmod +x $(CURDIR)/debian/mdadm/usr/share/mdadm/mdcheck