wok view busybox/stuff/busybox-1.17.1-cpio-mkdir.u @ rev 5917

Up busybox (1.17.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 28 11:45:40 2010 +0200 (2010-07-28)
parents
children f5d1df2b1b21
line source
1 FIXME: Add test case !!
2 --- busybox-1.17.1/archival/libunarchive/data_extract_all.c
3 +++ busybox-1.17.1/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 }