Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > e5225d15d4c63c942296fa9b6ee9bd93 > files > 21

rpm-4.13.0.1-3.1.mga6.src.rpm

--- a/rpmbuild.c~	2011-07-15 10:17:57.000000000 +0200
+++ b/rpmbuild.c	2011-11-17 02:30:18.695875754 +0100
@@ -635,11 +635,11 @@
     case 'i':
 	ba->buildAmount |= RPMBUILD_INSTALL;
 	ba->buildAmount |= RPMBUILD_CHECK;
-	if ((buildChar == 'i') && shortCircuit)
+	if (/*(buildChar == 'i') && */ shortCircuit)
 	    break;
     case 'c':
 	ba->buildAmount |= RPMBUILD_BUILD;
-	if ((buildChar == 'c') && shortCircuit)
+	if (/*(buildChar == 'c') && */ shortCircuit)
 	    break;
     case 'p':
 	ba->buildAmount |= RPMBUILD_PREP;