1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-10 01:17:44 +03:00

mkosi: Use meson install instead of ninja install in build script

Allows using extra options not available when using ninja.
This commit is contained in:
Daan De Meyer 2020-12-06 16:43:58 +00:00
parent bf2d8c03c1
commit 06ac1b1f2c

View File

@ -95,7 +95,7 @@ if [ "$WITH_TESTS" = 1 ] ; then
ninja -C "$BUILDDIR" test
fi
ninja -C "$BUILDDIR" install
meson install -C "$BUILDDIR"
mkdir -p "$DESTDIR"/etc