summaryrefslogtreecommitdiff
path: root/sys-apps/kmscon/files/kmscon-9.0.0-systemd-path-fix.patch
blob: 417c38b77c1fb6812b6b2d71ca846103bac4d163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/meson.build b/meson.build
index 4544587..f2ca004 100644
--- a/meson.build
+++ b/meson.build
@@ -37,7 +37,7 @@ sysconfdir = get_option('sysconfdir') / meson.project_name()
 libexecdir = get_option('libexecdir') / meson.project_name()
 mandir = get_option('mandir')
 moduledir = get_option('libdir') / meson.project_name()
-systemddir = get_option('libdir') / 'systemd'
+systemddir = '/lib/systemd'
 
 #
 # Required dependencies