Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
No reasons for having metadatas first in the package
Baptiste Daroussin committed 14 years ago
commit 1b113d73fc668a81207674a4f88122882231bf0e
parent c1342d5
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);