1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-25 18:50:18 +03:00

mkosi: Drop usage of _systemd_QUIET in arch build script

We dropped the variable in the packaging specs for Arch to keep the
integration points as minimal as possible so let's stop using it in
the build script as well.

(cherry picked from commit 8dab59e610720c022f962311069c95fd8569f82a)
This commit is contained in:
Daan De Meyer 2025-01-24 10:54:51 +01:00
parent 286d0a9464
commit d23f47d15d

View File

@ -85,7 +85,6 @@ env --chdir="pkg/$PKG_SUBDIR" \
$( ((WITH_TESTS)) || echo --nocheck) \
--force \
_systemd_UPSTREAM=1 \
_systemd_QUIET=$( ((MESON_VERBOSE)); echo $? ) \
BUILDDIR="$PWD/pkg/$PKG_SUBDIR" \
PKGDEST="$BUILDDIR" \
PKGEXT=".pkg.tar" \