summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-30 22:45:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-30 22:45:37 +0000
commitcafd6b69639ae59d2e8127d9fafc3b0cc5150d8d (patch)
treeaf7c36b4644e593db5b92dcf397372c6e3e59dc8 /debian
parentRefreshing meson-nose2.patch. (diff)
downloadnvme-cli-cafd6b69639ae59d2e8127d9fafc3b0cc5150d8d.tar.xz
nvme-cli-cafd6b69639ae59d2e8127d9fafc3b0cc5150d8d.zip
Refreshing meson-systemd.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/debian/0002-meson-systemd.patch4
1 files 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()