]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
home: fix homed.conf install location
authorChristian Hesse <mail@eworm.de>
Thu, 26 Nov 2020 20:22:41 +0000 (21:22 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 27 Nov 2020 00:02:55 +0000 (09:02 +0900)
The install location changed in d7aa78c32f076c305ceeb183fc06eb1de0960deb,
I think this was not intentional. Keep the condition but revert the path.

src/home/meson.build

index e3cc1a9fb5b550f45b15de0eff86d1b7fa4b8602..444dc476196ee319053046338aaaf828ecdec93a 100644 (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