Commit 407df15a authored by Vitaly Lipatov's avatar Vitaly Lipatov

replace %setup -q with %setup

parent ee7a36e5
......@@ -410,6 +410,5 @@ for i in $LISTBUILT ; do
#rm -f $SPKG
altspec_to_local $SPECNAME
$BUILDCOMMAND $LISTRPMARGS $REMOTEBUILD $DISTRARG $SPECNAME || fatal "Can't build"
done
......@@ -306,6 +306,7 @@ do
subst "s|%rpmcflags|%optflags|g" $i
# drop useless construction
subst "s|%setup -q|%setup|g" $i
subst "s|^%clean$||g" $i
subst "s|^%debug_package$||g" $i
subst "s|^rm -rf %buildroot$||g" $i
......
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