mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-08 20:58:20 +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:
parent
84a4af2c81
commit
fc4b61d0b9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user