Commit 8f9656fb authored by Vitaly Lipatov's avatar Vitaly Lipatov

assure we have gear before using (ALT bug 39882)

parent 82d99311
......@@ -26,6 +26,8 @@ uni_rpmbuild()
local SPECDIR=`dirname $SPECNAME`
local GEAR="gear -v"
$EPMCMD assure gear
local THRPARAM="--quiet"
[ -n "$USE_VENDOR" ] && THRPARAM="--define=_vendor $USE_VENDOR"
......
......@@ -26,6 +26,8 @@ uni_rpmbuildsrpm()
local GEAR=gear
$EPMCMD assure gear
local ONEPARAM="--quiet"
[ -n "$USE_LEGACY_COMPRESSION" ] && ONEPARAM="--define=_source_payload w9.gzdio"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment