Fix space caculation during deletion
modified libpkg/pkg_jobs.c
@@ -231,6 +231,7 @@ jobs_solve_deinstall(struct pkg_jobs *j)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -243,7 +244,8 @@ jobs_solve_deinstall(struct pkg_jobs *j)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -284,12 +286,14 @@ static bool
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|