Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Testing fix.
Matthew Seaman committed 13 years ago
commit 9148d6d25d0f7f486932e7fef56560f8869eef78
parent ec75f15
1 file changed +2 -1
modified libpkg/pkg_repo.c
@@ -605,7 +605,8 @@ pkg_create_repo(char *path, bool force, void (progress)(struct pkg *pkg, void *d
	while ((ent = fts_read(fts)) != NULL) {
		const char *name, *version, *origin, *comment, *desc;
		const char *arch, *maintainer, *www, *prefix;
-
		int64_t flatsize, licenselogic;
+
		int64_t flatsize;
+
		lic_t licenselogic;

		/* skip everything that is not a file */
		if (ent->fts_info != FTS_F)