Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Use proper origin in 'no packages matching' warning when missing from remote
Bryan Drewery committed 12 years ago
commit f89e93106b08417602d2919a0bccb272371bd0bc
parent 04923e3
1 file changed +1 -1
modified libpkg/pkg_jobs.c
@@ -798,7 +798,7 @@ jobs_solve_install(struct pkg_jobs *j)
				d = NULL;
				pkg_get(pkg, PKG_ORIGIN, &origin);
				if (get_remote_pkg(j, origin, MATCH_EXACT, true) == EPKG_FATAL)
-
					pkg_emit_error("No packages matching '%s', has been found in the repositories", pkg_dep_origin(d));
+
					pkg_emit_error("No packages matching '%s', has been found in the repositories", origin);

				while (pkg_rdeps(pkg, &d) == EPKG_OK) {
					if (get_remote_pkg(j, pkg_dep_origin(d), MATCH_EXACT, false) == EPKG_FATAL)