poldek: poldek/arg_packages.c - should work with ARCH suffix now

mis mis at pld-linux.org
Tue Jun 19 16:03:24 CEST 2007


Author: mis                          Date: Tue Jun 19 14:03:24 2007 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- should work with ARCH suffix now

---- Files affected:
poldek/poldek:
   arg_packages.c (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: poldek/poldek/arg_packages.c
diff -u poldek/poldek/arg_packages.c:1.26 poldek/poldek/arg_packages.c:1.27
--- poldek/poldek/arg_packages.c:1.26	Sat Jun 16 17:20:04 2007
+++ poldek/poldek/arg_packages.c	Tue Jun 19 16:03:19 2007
@@ -252,7 +252,7 @@
         n = n_snprintf(mask, sizeof(mask), "%s%s%s%s-%s", pkg->name,
                        hashed ? "#" : "-", e, pkg->ver, pkg->rel);
 
-        if (0 && poldek_conf_MULTILIB && pkg_arch(pkg))
+        if (poldek_conf_MULTILIB && pkg_arch(pkg))
             n += n_snprintf(&mask[n], sizeof(mask) - n, ".%s", pkg_arch(pkg));
         
         n_array_push(masks, n_strdupl(mask, n));
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/poldek/poldek/arg_packages.c?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list