poldek: poldek/pkgcmp.c - fixed (#71)

mis mis at pld-linux.org
Sat Feb 2 17:43:36 CET 2008


Author: mis                          Date: Sat Feb  2 16:43:36 2008 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- fixed (#71)

---- Files affected:
poldek/poldek:
   pkgcmp.c (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: poldek/poldek/pkgcmp.c
diff -u poldek/poldek/pkgcmp.c:1.12 poldek/poldek/pkgcmp.c:1.13
--- poldek/poldek/pkgcmp.c:1.12	Sun Jan 27 19:42:14 2008
+++ poldek/poldek/pkgcmp.c	Sat Feb  2 17:43:31 2008
@@ -261,6 +261,9 @@
     if ((rc = strcmp(p2->ver, p1->ver)) == 0)
         rc = strcmp(p2->rel, p1->rel);
 
+    if (rc == 0 && poldek_conf_MULTILIB)
+        return pkg_cmp_arch(p1, p2);
+
     return rc;
 }
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgcmp.c?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list