wok-6.x view busybox/stuff/busybox-1.16.1-cpio-mkdir.u @ rev 5726
libmcrypt, mcrypt: fix category
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 24 17:26:03 2010 +0200 (2010-06-24) |
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 }