wok view busybox/stuff/busybox-1.17.0-cpio-mkdir.u @ rev 5773

Up busybox (1.17.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 06 15:09:01 2010 +0200 (2010-07-06)
parents
children 1ed09465c0ae
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 @@ -69,7 +69,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 }