mirror of
https://github.com/systemd/systemd.git
synced 2025-03-08 08:58:27 +03:00
home: fix homed.conf install location
The install location changed in d7aa78c32f076c305ceeb183fc06eb1de0960deb, I think this was not intentional. Keep the condition but revert the path.
This commit is contained in:
parent
4d484e14bb
commit
72a4466e6e
@ -109,7 +109,7 @@ if conf.get('ENABLE_HOMED') == 1
|
||||
|
||||
if install_sysconfdir
|
||||
install_data('homed.conf',
|
||||
install_dir : sysconfdir)
|
||||
install_dir : pkgsysconfdir)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user