]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-keep-reinstalled-provides.patch
- added -export-missing-symbol.patch
[packages/poldek.git] / poldek-keep-reinstalled-provides.patch
1 --- install3/misc.c~    2008-08-18 11:26:41.000000000 +0200
2 +++ install3/misc.c     2008-11-19 15:47:48.471454682 +0100
3 @@ -365,7 +365,7 @@
4  
5              /* possible when the same package exists in both available
6                 and already installed set */
7 -            if (i3_is_marked_for_removal(ictx, suspkg)) {
8 +            if (i3_is_marked_for_removal(ictx, suspkg) && !i3_is_marked(ictx, suspkg)) {
9                  pkg_free(suspkg);
10                  continue;
11              }
This page took 0.030702 seconds and 3 git commands to generate.