]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Drop focal workaround in build script
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 29 Jan 2023 14:07:38 +0000 (15:07 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 29 Jan 2023 16:05:23 +0000 (17:05 +0100)
Now that jammy is the latest LTS, lets drop the focal workaround
from the build script.

mkosi.build

index ecd233ed5bda2d1e3bc56369c4488067c36ef2e9..b058b0352f7df2f9ba7f8a55a5c9b7dabee6c19b 100755 (executable)
@@ -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