Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix pkg upgrade in multi repo
Baptiste Daroussin committed 11 years ago
commit 76220317028759d66fc8de90761d0b2b8cf5d229
parent eb49d223ce5be0eee9078d3e5395e4c6b02f0a2f
1 file changed +2 -2
modified libpkg/pkg_jobs.c
@@ -767,9 +767,9 @@ pkg_jobs_process_remote_pkg(struct pkg_jobs *j, struct pkg *rp,
		if (req != NULL)
			*req = nrit;
	}
-
	else if (lp) {
+

+
	if (nrit == NULL && lp)
		return (EPKG_INSTALLED);
-
	}

	return (nrit != NULL ? EPKG_OK : EPKG_FATAL);
}