From 03c7b26874e86222fcbd5906a665289d095d8097 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 21 Oct 2009 18:27:18 +0200 Subject: [PATCH] Fix typo in previous. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091021162718-n24n1yf7144rmqrz --- lib/unpack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unpack.c b/lib/unpack.c index 76edcb47..368e5333 100644 --- a/lib/unpack.c +++ b/lib/unpack.c @@ -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,