wok view busybox/stuff/busybox-1.16.1-cpio-mkdir.u @ rev 5684

Up busybox (1.16.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 04 17:00:07 2010 +0200 (2010-06-04)
parents
children
line source
1 --- busybox-1.16.1/archival/libunarchive/data_extract_all.c
2 +++ busybox-1.16.1/archival/libunarchive/data_extract_all.c
3 @@ -40,7 +40,8 @@
4 }
5 }
6 else if (existing_sb.st_mtime >= file_header->mtime) {
7 - if (!(archive_handle->ah_flags & ARCHIVE_EXTRACT_QUIET)) {
8 + if (!(archive_handle->ah_flags & ARCHIVE_EXTRACT_QUIET)
9 + && (file_header->mode & S_IFMT) != S_IFDIR) {
10 bb_error_msg("%s not created: newer or "
11 "same age file exists", file_header->name);
12 }