Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Disable support for autoplist in staging as it breaks meta ports
Bryan Drewery committed 12 years ago
commit 08b622770c3783cd8afb7dfb2d4393e58244fe1b
parent a33f4d4
1 file changed +2 -1
modified libpkg/pkg_create.c
@@ -339,7 +339,8 @@ pkg_create_staged(const char *outdir, pkg_formats format, const char *rootdir,
		goto cleanup;
	}

-
	if (pkg_files(pkg, &file) != EPKG_OK &&
+
	/* XXX: autoplist support doesn't work right with meta-ports */
+
	if (0 && pkg_files(pkg, &file) != EPKG_OK &&
	    pkg_dirs(pkg, &dir) != EPKG_OK) {
		/* Now traverse the file directories, adding to the archive */
		packing_append_tree(pkg_archive, md_dir, NULL);