Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Reset the done flag as well
Baptiste Daroussin committed 9 years ago
commit 05d8dbc7632d7c4bc8375dbaf0ae78b5ebc34b00
parent 51ad2b3
2 files changed +2 -0
modified src/install.c
@@ -249,6 +249,7 @@ again:
				    "iteration is needed to resolve them.\n");
				pkg_jobs_free(jobs);
				jobs = NULL;
+
				done = 0;
				goto again;
			}
			else if (retcode != EPKG_OK)
modified src/upgrade.c
@@ -204,6 +204,7 @@ again:
				    "iteration is needed to resolve them.\n");
				pkg_jobs_free(jobs);
				jobs = NULL;
+
				done = 0;
				goto again;
			}
			else if (retcode != EPKG_OK)