SOURCES: poldek-up_mini18n.patch (NEW) - strip langs to the current locale ...

witekfl witekfl at pld-linux.org
Sat Nov 29 18:46:37 CET 2008


Author: witekfl                      Date: Sat Nov 29 17:46:37 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- strip langs to the current locale
- it should speed up poldek --up

---- Files affected:
SOURCES:
   poldek-up_mini18n.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/poldek-up_mini18n.patch
diff -u /dev/null SOURCES/poldek-up_mini18n.patch:1.1
--- /dev/null	Sat Nov 29 18:46:38 2008
+++ SOURCES/poldek-up_mini18n.patch	Sat Nov 29 18:46:32 2008
@@ -0,0 +1,11 @@
+--- poldek-0.30-cvs20080820.23/pkgdir/pkgdir.c.old	2008-11-29 18:32:50.000000000 +0100
++++ poldek-0.30-cvs20080820.23/pkgdir/pkgdir.c	2008-11-29 18:33:42.000000000 +0100
+@@ -337,7 +337,7 @@ int pkgdir_update(struct pkgdir *pkgdir)
+                  (pkgdir->mod->cap_flags & PKGDIR_CAP_NOSAVAFTUP) == 0) {
+ 
+             if (pkgdir->mod->cap_flags & PKGDIR_CAP_SAVEABLE)
+-                rc = pkgdir_save(pkgdir, PKGDIR_CREAT_NOPATCH);
++                rc = pkgdir_save(pkgdir, PKGDIR_CREAT_NOPATCH | PKGDIR_CREAT_MINi18n);
+         }
+             
+     } else if (!rc && uprc == PKGDIR_UPRC_ERR_DESYNCHRONIZED) {
================================================================


More information about the pld-cvs-commit mailing list