summaryrefslogtreecommitdiff
path: root/mkosi.build
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-01-29 15:07:38 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-01-29 17:05:23 +0100
commitfc4b61d0b91735ff7ad13348b7db720c2794137e (patch)
treefe231bae38f4f6b90c6d11409ae118d1061f8b53 /mkosi.build
parent84a4af2c81c555a60127ef05a9c0b4762c5d9418 (diff)
downloadsystemd-fc4b61d0b91735ff7ad13348b7db720c2794137e.tar.gz
mkosi: Drop focal workaround in build script
Now that jammy is the latest LTS, lets drop the focal workaround from the build script.
Diffstat (limited to 'mkosi.build')
-rwxr-xr-xmkosi.build7
1 files changed, 1 insertions, 6 deletions
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