Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
-r: change behaviour, now always actives the repository
Baptiste Daroussin committed 1 year ago
commit 75f89892aea872fde85003e56aa80cad5467a2d0
parent 9e8783c
1 file changed +1 -1
modified libpkg/pkgdb.c
@@ -809,7 +809,7 @@ pkgdb_open_repos(struct pkgdb *db, const char *reponame)
	struct pkg_repo *r = NULL;

	while (pkg_repos(&r) == EPKG_OK) {
-
		if (!r->enable) {
+
		if (!r->enable && reponame == NULL) {
			continue;
		}