]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Use meson setup 25999/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 15 Jan 2023 19:41:33 +0000 (20:41 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 15 Jan 2023 19:45:22 +0000 (20:45 +0100)
mkosi.build

index c1435fd0fc06dd66992e0e69e04411343a6ccf3a..372711c6077f4ebac3f1783e236e9fbf6e7a556a 100755 (executable)
@@ -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 \