mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 07:00:05 +01:00
rpm/build_clean: fix an error message
This commit is contained in:
parent
efa4b459fc
commit
dcd523a573
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ if [[ $NO_DIST != 1 ]]; then
|
|||
-Dnft=/usr/bin/nft \
|
||||
|| die "Error meson setup"
|
||||
|
||||
VERSION="${VERSION:-$(get_version_meson || die "Could not read $VERSION")}"
|
||||
VERSION="${VERSION:-$(get_version_meson || die "Could not read VERSION")}"
|
||||
TEST_FLAG=""
|
||||
if [[ $QUICK == 1 ]]; then
|
||||
TEST_FLAG="--no-tests"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue