mkosi: Use meson setup

This commit is contained in:
Daan De Meyer 2023-01-15 20:41:33 +01:00
parent 1a01473065
commit 8c21a0c9ee

View file

@ -83,7 +83,7 @@ if [ ! -f "$BUILDDIR"/build.ninja ] ; then
rootprefix=/${rootprefix#/}
fi
meson "$BUILDDIR" \
meson setup "$BUILDDIR" \
-D "sysvinit-path=$sysvinit_path" \
-D "rootprefix=$rootprefix" \
-D man=false \