diff options
| author | Simon Rettberg | 2021-07-23 13:58:22 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2021-07-23 13:58:22 +0200 |
| commit | 32a45fff4e043c872398fc302c7f0d19ad3a2fe4 (patch) | |
| tree | 488af9a230f04b430012b706c4c640965e691eba /core/modules/systemd/module.build | |
| parent | [kiosk-chromium] if interactive mode and user was active, reload -> exit (diff) | |
| download | mltk-32a45fff4e043c872398fc302c7f0d19ad3a2fe4.tar.gz mltk-32a45fff4e043c872398fc302c7f0d19ad3a2fe4.tar.xz mltk-32a45fff4e043c872398fc302c7f0d19ad3a2fe4.zip | |
[systemd] Drop /usr prefix
Diffstat (limited to 'core/modules/systemd/module.build')
| -rw-r--r-- | core/modules/systemd/module.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/modules/systemd/module.build b/core/modules/systemd/module.build index 3cca1928..2ddd10d7 100644 --- a/core/modules/systemd/module.build +++ b/core/modules/systemd/module.build @@ -48,9 +48,11 @@ build () { [ ! -e "./configure" ] && ./autogen.sh ./configure \ + --prefix=/ \ --disable-manpages \ --enable-split-usr \ --sysconfdir="/etc" \ + --runstatedir="/run" \ --enable-gtk-doc-html=no \ --disable-nls \ --disable-microhttpd \ |
