]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-158fix.patch
This commit was manufactured by cvs2git to create branch 'AC-DEVEL'.
[packages/poldek.git] / poldek-158fix.patch
CommitLineData
517e249f 1Index: install3/process.c
2===================================================================
3RCS file: /cvsroot/poldek/poldek/install3/process.c,v
4retrieving revision 1.5
5diff -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.097811 seconds and 4 git commands to generate.