mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56:59 +02:00
There usually exists a way to tell the configure script to use certain path, so the script won't try to autodetect things. This is a case for the systemd system unit directory, but apparently not for systemd util directory. So for the system unit directory, we can forward the path we received from systemd.eclass' `systemd_get_systemunitdir`, but for the util directory, we need to hack the script with `sed`. The reason for this is that autodetected directory will have the sysroot path prepended twice. The systemd eclass has a workaround for this issue. |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |