Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Skip conflicts file in pkg-repo.
Vsevolod Stakhov committed 12 years ago
commit 0d57e42f4f56679fcdf34c02de0956d2329ba526
parent e09c7eb
1 file changed +2 -1
modified libpkg/pkg_repo.c
@@ -736,7 +736,8 @@ read_pkg_file(void *data)
		if (strcmp(fts_name, repo_db_archive) == 0 ||
			strcmp(fts_name, repo_packagesite_archive) == 0 ||
			strcmp(fts_name, repo_filesite_archive) == 0 ||
-
			strcmp(fts_name, repo_digests_archive) == 0)
+
			strcmp(fts_name, repo_digests_archive) == 0 ||
+
			strcmp(fts_name, repo_conflicts_archive) == 0)
			continue;
		*ext = '.';