]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-dont-ask-for-suggests-on-errors.patch
- rel .38; one more zlib fix
[packages/poldek.git] / poldek-dont-ask-for-suggests-on-errors.patch
CommitLineData
21b7bee5
PZ
1--- install3/requirements.c~ 2008-11-20 13:23:07.000000000 +0100
2+++ install3/requirements.c 2008-11-20 13:35:39.909464403 +0100
3@@ -613,7 +613,8 @@
4 }
5 }
6
7- if (!autochoice && !i3_is_user_choosable_equiv(ictx->ts))
8+ /* if we have errors already, don't bug the user with more questions */
9+ if ((!autochoice && !i3_is_user_choosable_equiv(ictx->ts)) || i3_get_nerrors(ictx, I3ERR_CLASS_DEP|I3ERR_CLASS_CNFL))
10 return NULL;
11
12 tracef(indent, "%s", pkg_id(pkg));
This page took 0.080089 seconds and 4 git commands to generate.