Moving systemd units to /usr (Closes: #1059430).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b02020dfa9
commit
292b8d7684
2 changed files with 0 additions and 16 deletions
15
debian/patches/debian/0002-meson-systemd.patch
vendored
15
debian/patches/debian/0002-meson-systemd.patch
vendored
|
@ -1,15 +0,0 @@
|
||||||
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
|
|
||||||
Description: Overwriting systemd unit directory until debhelper supports /usr/lib/systemd/system (Closes: #1034232).
|
|
||||||
|
|
||||||
diff -Naurp nvme-cli.orig/meson.build nvme-cli/meson.build
|
|
||||||
--- nvme-cli.orig/meson.build
|
|
||||||
+++ nvme-cli/meson.build
|
|
||||||
@@ -26,7 +26,7 @@ sysconfdir = join_paths(prefixdir, get_option('sysconfdir'))
|
|
||||||
|
|
||||||
udevrulesdir = join_paths(prefixdir, get_option('udevrulesdir'))
|
|
||||||
dracutrulesdir = join_paths(prefixdir, get_option('dracutrulesdir'))
|
|
||||||
-systemddir = join_paths(prefixdir, get_option('systemddir'))
|
|
||||||
+systemddir = '/lib/systemd/system'
|
|
||||||
rundir = join_paths(prefixdir, get_option('rundir'))
|
|
||||||
|
|
||||||
###############################################################################
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1,2 +1 @@
|
||||||
debian/0001-meson-nose2.patch
|
debian/0001-meson-nose2.patch
|
||||||
debian/0002-meson-systemd.patch
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue