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