]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-keep-reinstalled-provides.patch
- zlib fixes but still some issues not solved
[packages/poldek.git] / poldek-keep-reinstalled-provides.patch
CommitLineData
779819dc
ER
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.036548 seconds and 4 git commands to generate.