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

Up: exo* (0.3.107)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jul 16 07:57:51 2010 +0200 (2010-07-16)
parents 74d790665d71
children
line source
1 FIXME: Add test case !!
2 --- busybox-1.17.0/archival/libunarchive/data_extract_all.c
3 +++ busybox-1.17.0/archival/libunarchive/data_extract_all.c
4 @@ -69,7 +69,8 @@
5 }
6 }
7 else if (existing_sb.st_mtime >= file_header->mtime) {
8 - if (!(archive_handle->ah_flags & ARCHIVE_EXTRACT_QUIET)) {
9 + if (!(archive_handle->ah_flags & ARCHIVE_EXTRACT_QUIET)
10 + && (file_header->mode & S_IFMT) != S_IFDIR) {
11 bb_error_msg("%s not created: newer or "
12 "same age file exists", file_header->name);
13 }