Fix typo in previous.
--HG-- extra : convert_revision : xtraeme%40gmail.com-20091021162718-n24n1yf7144rmqrz
This commit is contained in:
parent
f99a154d7f
commit
03c7b26874
@ -348,7 +348,7 @@ unpack_archive_fini(struct archive *ar, prop_dictionary_t pkg,
|
||||
set_extract_flags(&lflags);
|
||||
if (((strcmp("./INSTALL", entry_str)) == 0) ||
|
||||
((strcmp("./REMOVE", entry_str)) == 0) ||
|
||||
((strcmp("./files.plist", entry_str))) == 0 ||
|
||||
((strcmp("./files.plist", entry_str)) == 0) ||
|
||||
((strcmp("./props.plist", entry_str)) == 0) || essential) {
|
||||
/*
|
||||
* Always overwrite files in essential packages,
|
||||
|
Loading…
Reference in New Issue
Block a user