Closed codygarver closed 7 years ago
The default value of sysconfdir is <PREFIX>/etc/ so we must set it to /etc/ in default_options. This is how systemd handles installing things to /etc https://github.com/systemd/systemd/blob/master/meson.build#L7
sysconfdir
<PREFIX>/etc/
/etc/
default_options
/etc
The default value of
sysconfdir
is<PREFIX>/etc/
so we must set it to/etc/
indefault_options
. This is how systemd handles installing things to/etc
https://github.com/systemd/systemd/blob/master/meson.build#L7