Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove PKG_FLAG_RECURSIVE when checking for new pkg version
Bryan Drewery committed 12 years ago
commit 8f722b93151637fade5d43f35e95325fe27f6aed
parent b6e0de7
1 file changed +1 -1
modified libpkg/pkg_jobs.c
@@ -516,7 +516,7 @@ new_pkg_version(struct pkg_jobs *j)

	/* Disable -f for pkg self-check, and restore at end. */
	old_flags = j->flags;
-
	j->flags &= ~PKG_FLAG_FORCE;
+
	j->flags &= ~(PKG_FLAG_FORCE|PKG_FLAG_RECURSIVE);

	/* determine local pkgng */
	p = get_local_pkg(j, origin, PKG_LOAD_BASIC);