1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00

mkosi: Drop focal workaround in build script

Now that jammy is the latest LTS, lets drop the focal workaround
from the build script.
This commit is contained in:
Daan De Meyer 2023-01-29 15:07:38 +01:00
parent 84a4af2c81
commit fc4b61d0b9

View File

@ -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