[gnome-sdk-images] No need to build srpms



commit b14eabed9b4156efe5aa566f04b578e4fedb9412
Author: Alexander Larsson <alexl redhat com>
Date:   Wed Mar 25 14:37:11 2015 +0100

    No need to build srpms

 makedeps.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/makedeps.sh b/makedeps.sh
index 70a6adc..5548468 100755
--- a/makedeps.sh
+++ b/makedeps.sh
@@ -33,7 +33,7 @@ for spec in $SPECS; do
     if [ "x${BRS}" != "x" ]; then
         echo " ./build.sh smart install -y $BRS"
     fi
-    echo "     ./build.sh rpmbuild -ba $spec"
+    echo "     ./build.sh rpmbuild -bb $spec"
     echo "     ./clear_root.sh"
     echo
     echo "`basename ${spec} .spec`: $PACKAGES"
@@ -44,7 +44,7 @@ for spec in $SPECS; do
     if [ "x${BRS}" != "x" ]; then
         echo " ./build.sh smart install -y $BRS"
     fi
-    echo "     ./build.sh rpmbuild -ba $spec"
+    echo "     ./build.sh rpmbuild -bb $spec"
     echo "     ./clear_root.sh"
     echo
 done


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]