less verbose rpmbuild output

This commit is contained in:
Matthias Mailänder
2014-06-05 13:51:41 +02:00
parent 71e58fce30
commit 645b0f4da7

View File

@@ -26,7 +26,7 @@ cp openra.spec "$3/SPECS/"
cd "$3"
rpmbuild --target noarch --buildroot /tmp/openra/ -bb SPECS/openra.spec
rpmbuild --target noarch --buildroot /tmp/openra/ -bb SPECS/openra.spec --quiet
if [ $? -ne 0 ]; then
exit 1
fi