Overwriting systemd unit directory until debhelper supports /usr/lib/systemd/system (Closes: #1034232).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
55dd5126ca
commit
6445c22a92
2 changed files with 16 additions and 0 deletions
15
debian/patches/debian/0002-meson-systemd.patch
vendored
Normal file
15
debian/patches/debian/0002-meson-systemd.patch
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
||||
@@ -25,7 +25,7 @@ sysconfdir = join_paths(prefixdir, get_o
|
||||
|
||||
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'
|
||||
|
||||
###############################################################################
|
||||
conf = configuration_data()
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1 +1,2 @@
|
|||
debian/0001-meson-nose2.patch
|
||||
debian/0002-meson-systemd.patch
|
||||
|
|
Loading…
Add table
Reference in a new issue