Commit a5b6760b authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbph: copy src.rpm to ~/RPM/SRPMS when build from spec

parent 4d45ecf0
......@@ -204,6 +204,10 @@ for i in $LISTBUILT ; do
docmd $ETERBUILDBIN/rpmbps -b $BINARYREPO $SPECNAME
docmd $BUILDCOMMAND -b $BINARYREPO $LISTRPMARGS $SPECNAME || fatal "Can't build"
# move results to common place
cp -fv $RPMTOPDIR/SRPMS/*.rpm $RPMDIR/SRPMS/ 2>/dev/null
uni_rpmrm $SPECNAME || true
done
......
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