Commit 2b1f6bcd authored by Vitaly Lipatov's avatar Vitaly Lipatov Committed by Vitaly Lipatov

rpm: use --quiet instead -v as dummy arg

parent 814cbc01
......@@ -13,9 +13,9 @@ uni_rpmbuild()
local RET=0
# hack due quotes
# just for fill by something
local ONEPARAM="-v"
local TWOPARAM="-v"
local THRPARAM="-v"
local ONEPARAM="--quiet"
local TWOPARAM="--quiet"
local THRPARAM="--quiet"
local SPECNAME=$1
local SPECDIR=`dirname $SPECNAME`
......
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