Add a new error type, EPKG_NOTINSTALLED, for handling when packages are not installed. Use the new error type to so that error messages are a little clearer.
modified libpkg/pkg.h.in
@@ -486,7 +486,11 @@ typedef enum {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_jobs.c
@@ -1013,7 +1013,7 @@ pkg_jobs_find_remote_pattern(struct pkg_jobs *j, struct job_pattern *jp)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1030,7 +1030,7 @@ pkg_jobs_find_remote_pattern(struct pkg_jobs *j, struct job_pattern *jp)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|