Fix pkg install -fR (not that -f is no more necessary)
modified libpkg/pkg_jobs.c
@@ -547,6 +547,9 @@ get_remote_pkg(struct pkg_jobs *j, const char *pattern, match_t m, bool root)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -559,9 +562,6 @@ get_remote_pkg(struct pkg_jobs *j, const char *pattern, match_t m, bool root)
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -771,6 +771,8 @@ jobs_solve_install(struct pkg_jobs *j)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -780,8 +782,27 @@ jobs_solve_install(struct pkg_jobs *j)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|