Commit b0d82021 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbph: try use setup -q

parent bdf8bbaa
......@@ -218,6 +218,7 @@ if [ "$PKGVENDOR" != "alt" ] ; then
# Due possible using %release in Source: and Patch: names
subst "s|^\(Source.*\)%release|\1$RELEASE|g" $SPECNAME
subst "s|^\(Patch.*\)%release|\1$RELEASE|g" $SPECNAME
subst "s|^%setup|%setup -q|g" $SPECNAME
fi
# Auto*=yes,nomingw32 works only since ALT 4.1
......
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