Commit af30b40f authored by Julien Muchembled's avatar Julien Muchembled Committed by Thomas Gambier

obs/re6st: fix service restart on Debian 12 and older

See merge request !210
parent d61fd69a
Pipeline #39018 failed with stage
in 0 seconds
......@@ -8,7 +8,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=-format
include debian/common.mk
override_dh_auto_install:
make DESTDIR=$(TMP) PREFIX=/usr install
# BBB: override UNITDIR for Debian 12 and older
make DESTDIR=$(TMP) UNITDIR=/lib/systemd/system PREFIX=/usr install
override_dh_link:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment