From: Daan De Meyer Date: Sun, 29 Jan 2023 14:07:38 +0000 (+0100) Subject: mkosi: Drop focal workaround in build script X-Git-Tag: v253-rc2~41^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc4b61d0b91735ff7ad13348b7db720c2794137e;p=thirdparty%2Fsystemd.git mkosi: Drop focal workaround in build script Now that jammy is the latest LTS, lets drop the focal workaround from the build script. --- diff --git a/mkosi.build b/mkosi.build index ecd233ed5bd..b058b0352f7 100755 --- a/mkosi.build +++ b/mkosi.build @@ -191,12 +191,7 @@ if [ "$WITH_TESTS" = 1 ] ; then fi cd "$SRCDIR" -# Ubuntu Focal is stuck with meson 0.53.0. -if [ "$(meson -v | cut -d . -f 2)" -gt 53 ] ; then - meson install -C "$BUILDDIR" --quiet --no-rebuild --only-changed -else - meson install -C "$BUILDDIR" --no-rebuild --only-changed -fi +meson install -C "$BUILDDIR" --quiet --no-rebuild --only-changed mkdir -p "$DESTDIR"/etc