summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2007-03-13 06:04:24 +0000
committerkientzle <kientzle@FreeBSD.org>2007-03-13 06:04:24 +0000
commit847bf0fdc9b7822157bcc1b36b6570e2ad05bb14 (patch)
tree81849ae05e3816b7b29a5544620173a3f1cb7d99 /lib/libarchive/Makefile
parentc2c65e0dd6f06d53bf32829de24c93b1ab6453d6 (diff)
downloadFreeBSD-src-847bf0fdc9b7822157bcc1b36b6570e2ad05bb14.zip
FreeBSD-src-847bf0fdc9b7822157bcc1b36b6570e2ad05bb14.tar.gz
When ARCHIVE_EXTRACT_UNLINK is requested:
* Only try to remove the existing item if we're not restoring a directory. * If unlink fails, try rmdir next. This should fix the broken --unlink option in bsdtar. Thanks again to: Kris Kennaway, for beating up bsdtar on pointyhat.
Diffstat (limited to 'lib/libarchive/Makefile')
-rw-r--r--lib/libarchive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index a3f35b1..e66d374 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -9,7 +9,7 @@ LDADD= -lbz2 -lz
# Major: Bumped ONLY when API/ABI breakage happens (see SHLIB_MAJOR)
# Minor: Bumped when significant new features are added
# Revision: Bumped on any notable change
-VERSION= 2.0.23
+VERSION= 2.0.24
ARCHIVE_API_MAJOR!= echo ${VERSION} | sed -e 's/[^0-9]/./g' -e 's/\..*//'
ARCHIVE_API_MINOR!= echo ${VERSION} | sed -e 's/[^0-9]/./g' -e 's/[0-9]*\.//' -e 's/\..*//'
OpenPOWER on IntegriCloud