wok view busybox/stuff/busybox-1.16.1-cpio-mkdir.u @ rev 5738
Add 'git-gui' package, v0.12.0.66.
Tested on Stable (built & installed) and Cooking (installed after upgrade) successfully.
Tested on Stable (built & installed) and Cooking (installed after upgrade) successfully.
author | Ben Arnold <ben@seawolfsanctuary.com> |
---|---|
date | Sat Jun 26 13:59:56 2010 +0100 (2010-06-26) |
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 }