mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 05:20:19 +01:00
contrib/rpm: fix --srpm option of build_clean.sh
Forgot to export the $BUILDTYPE variable. Hence --srpm did not
work.
(cherry picked from commit c5e998441c)
This commit is contained in:
parent
bb0392ae82
commit
4b8f789773
1 changed files with 2 additions and 0 deletions
|
|
@ -88,5 +88,7 @@ else
|
|||
make distcheck || die "Error make distcheck"
|
||||
fi
|
||||
|
||||
export BUILDTYPE
|
||||
|
||||
"$SCRIPTDIR"/build.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue