[IMPROVEMENT] Modify rpm.sh package script to preserve the source rpm (#788)

This commit is contained in:
Jason Hancock 2017-10-06 16:35:35 -07:00 committed by Carlos Fernandez Sanz
parent 37d497d47a
commit 98114bd294

View File

@ -27,4 +27,5 @@ if [ $retval -ne 0 ]; then
fi
cd ../..
cp RPMBUILD/RPMS/x86_64/*.rpm .
cp RPMBUILD/SRPMS/*.rpm .
rm -rf RPMBUILD