Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
No reasons for having metadatas first in the package
Baptiste Daroussin committed 14 years ago
commit 1b113d73fc668a81207674a4f88122882231bf0e
parent c1342d535ae59a884a6d65302d2c8c756b6d3894
1 file changed +1 -1
modified libpkg/pkg.c
@@ -829,7 +829,7 @@ pkg_open2(struct pkg **pkg_p, struct archive **a, struct archive_entry **ae, con
		fpath = archive_entry_pathname(*ae);

		if (fpath[0] != '+')
-
			break;
+
			continue;

		if (strcmp(fpath, "+MANIFEST") == 0) {
			size = archive_entry_size(*ae);