Moving systemd unit directory until debhelper supports /usr/lib/systemd/system (Closes: #1034225).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d8afe09796
commit
b1cbd0160a
1 changed files with 6 additions and 0 deletions
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -5,3 +5,9 @@
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- -Dman=true
|
dh_auto_configure -- -Dman=true
|
||||||
|
|
||||||
|
execute_after_dh_auto_install:
|
||||||
|
# Moving systemd unit directory (#1034225)
|
||||||
|
mkdir -p debian/nvme-stas/lib/systemd
|
||||||
|
mv debian/nvme-stas/usr/lib/systemd/system debian/nvme-stas/lib/systemd
|
||||||
|
rmdir -p --ignore-fail-on-non-empty debian/nvme-stas/usr/lib/systemd
|
||||||
|
|
Loading…
Add table
Reference in a new issue