unzip: ignore chmod errors
authorNatanael Copa <natanael.copa@gmail.com>
Tue, 22 May 2012 15:11:46 +0000 (17:11 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 27 May 2012 23:29:15 +0000 (01:29 +0200)
commit02112d8ae3d0c07214fb2b132e0eacb4ff39d167
tree8cc41e1af5cdea68c393190b27f902f3a0a195fd
parentdfc2473b9ed88039697ac89ee2a4301cdaefcf84
unzip: ignore chmod errors

This makes unzip to FAT filesystems not exit with error.
This is similar to how the "normal" unzip works.

Signed-off-by: Natanael Copa <natanael.copa@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/unzip.c
include/libbb.h
libbb/make_directory.c