summaryrefslogtreecommitdiffstats
path: root/core/modules/systemd/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/systemd/module.build')
-rw-r--r--core/modules/systemd/module.build2
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 \