]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- strip langs to the current locale
authorwitekfl <witekfl@pld-linux.org>
Sat, 29 Nov 2008 17:46:32 +0000 (17:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- it should speed up poldek --up

Changed files:
    poldek-up_mini18n.patch -> 1.1

poldek-up_mini18n.patch [new file with mode: 0644]

diff --git a/poldek-up_mini18n.patch b/poldek-up_mini18n.patch
new file mode 100644 (file)
index 0000000..8fbe4fe
--- /dev/null
@@ -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) {
This page took 0.633945 seconds and 4 git commands to generate.