home: fix homed.conf install location

The install location changed in d7aa78c32f,
I think this was not intentional. Keep the condition but revert the path.
This commit is contained in:
Christian Hesse 2020-11-26 21:22:41 +01:00 committed by Yu Watanabe
parent 4d484e14bb
commit 72a4466e6e
1 changed files with 1 additions and 1 deletions

View File

@ -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