]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-158fix.patch
- fixed #158
[packages/poldek.git] / poldek-158fix.patch
1 Index: install3/process.c
2 ===================================================================
3 RCS file: /cvsroot/poldek/poldek/install3/process.c,v
4 retrieving revision 1.5
5 diff -u -r1.5 process.c
6 --- install3/process.c  13 May 2008 16:25:09 -0000      1.5
7 +++ install3/process.c  7 Jun 2008 07:36:54 -0000
8 @@ -61,6 +61,9 @@
9  {
10      int i;
11  
12 +    if (i3_is_hand_marked(ictx, i3pkg->pkg))
13 +        return;
14 +
15      tracef(indent, "- rollbacking %s", pkg_id(i3pkg->pkg));
16      iset_remove(ictx->inset, i3pkg->pkg);
17      i3_forget_error(ictx, i3pkg->pkg);
This page took 0.058635 seconds and 3 git commands to generate.