Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
s/archive_entry_path/archive_entry_pathname/
Baptiste Daroussin committed 14 years ago
commit 9413b21cd5722f9a1952858557a3562ec3f6a685
parent 64dec62
1 file changed +1 -1
modified libpkg/pkg_add.c
@@ -51,7 +51,7 @@ do_extract(struct archive *a, struct archive_entry *ae)
			 * package for example
			 */
			if (!(archive_entry_filetype(ae) == AE_IFDIR &&
-
			    is_dir(archive_entry_path(ae)))) {
+
			    is_dir(archive_entry_pathname(ae)))) {
				pkg_emit_error("archive_read_extract(): %s",
				    archive_error_string(a));
				retcode = EPKG_FATAL;