mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 07:01:08 +00:00
* Always install systemd unit file * Fix unit file Signed-off-by: Sam James <sam@gentoo.org>
11 lines
375 B
Diff
11 lines
375 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -139,7 +139,7 @@ if get_option('libsystemd')
|
|
sysusersdir = systemd.get_variable(pkgconfig : 'sysusersdir')
|
|
else
|
|
systemdsystemunitdir = get_option('prefix') / 'lib' / 'systemd' / systemdunit
|
|
- sysusersdir = get_option('prefix') / 'sysusers.d'
|
|
+ sysusersdir = get_option('prefix') / 'lib' / 'sysusers.d'
|
|
endif
|
|
|
|
# architecture
|