1
0
Fork 0

Refreshing meson-systemd.patch.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 12:24:13 +01:00
parent 73c781540f
commit f039bc7ff9
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

View file

@ -4,12 +4,12 @@ Description: Overwriting systemd unit directory until debhelper supports /usr/li
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
@@ -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'))
###############################################################################
conf = configuration_data()