]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-assert-sigint.patch
- fix issue with lack of progress bar in i686 build
[packages/poldek.git] / poldek-assert-sigint.patch
CommitLineData
3935d194
AO
1diff -ruNp poldek-0.30.1.orig/install3/preinstall.c poldek-0.30.1/install3/preinstall.c
2--- poldek-0.30.1.orig/install3/preinstall.c 2014-03-25 23:32:25.000000000 +0100
3+++ poldek-0.30.1/install3/preinstall.c 2015-10-21 21:53:10.190934930 +0200
4@@ -199,8 +199,10 @@ int i3_pre_ts_install(struct poldek_ts *
5 if (!pkg_is_marked(ts->pms, pkg))
6 continue;
7
8- if (sigint_reached())
9+ if (sigint_reached()) {
10+ n_array_cfree(pkgs);
11 return -1;
12+ }
13
14 installable = i3_is_pkg_installable(ts, pkg, 1);
15
This page took 0.038633 seconds and 4 git commands to generate.