From fc4b61d0b91735ff7ad13348b7db720c2794137e Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sun, 29 Jan 2023 15:07:38 +0100 Subject: mkosi: Drop focal workaround in build script Now that jammy is the latest LTS, lets drop the focal workaround from the build script. --- mkosi.build | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mkosi.build') diff --git a/mkosi.build b/mkosi.build index ecd233ed5b..b058b0352f 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 -- cgit v1.2.1