rpm/build_clean: fix an error message

This commit is contained in:
Lubomir Rintel
2025-02-04 12:18:05 +01:00
parent efa4b459fc
commit dcd523a573

View File

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