Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 07e56ec36f5b6db53acae40086fcf8ad > files > 47

rpm-4.4.2.3-20mnb2.src.rpm

--- lib/rpminstall.c.ordererase	2005-12-13 12:51:20.000000000 +0100
+++ lib/rpminstall.c	2005-12-14 11:24:09.000000000 +0100
@@ -857,12 +869,14 @@
 	ps = rpmpsFree(ps);
     }
 
+#if 0
     if (!stopUninstall && !(ia->installInterfaceFlags & INSTALL_NOORDER)) {
 	if (rpmtsOrder(ts)) {
 	    numFailed += numPackages;
 	    stopUninstall = 1;
 	}
     }
+#endif
 
     if (!stopUninstall) {
 	(void) rpmtsSetFlags(ts, (rpmtsFlags(ts) | RPMTRANS_FLAG_REVERSE));