From f039bc7ff9f7792f60b3d87fe2fa946ffa5c843c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 16 Feb 2025 12:24:13 +0100 Subject: [PATCH] Refreshing meson-systemd.patch. Signed-off-by: Daniel Baumann --- debian/patches/debian/0002-meson-systemd.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/debian/0002-meson-systemd.patch b/debian/patches/debian/0002-meson-systemd.patch index 2fb75d7..732544b 100644 --- a/debian/patches/debian/0002-meson-systemd.patch +++ b/debian/patches/debian/0002-meson-systemd.patch @@ -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()