1
0
Fork 0

Moving systemd units to /usr (Closes: #1059430).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 12:26:27 +01:00
parent b02020dfa9
commit 292b8d7684
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 0 additions and 16 deletions

View file

@ -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'))
###############################################################################

View file

@ -1,2 +1 @@
debian/0001-meson-nose2.patch
debian/0002-meson-systemd.patch