From 68c12ce4bb5ab99bc6959b5090f2c94684b03259 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Thu, 13 Aug 2009 08:16:43 +0200
Subject: [PATCH] Use the correct variable for previous.

--HG--
extra : convert_revision : d769d977d5e252ce017a4445186cc6a8f84f99e5
---
 lib/unpack.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/unpack.c b/lib/unpack.c
index 4a43d0ed7f0..4ebefa887de 100644
--- a/lib/unpack.c
+++ b/lib/unpack.c
@@ -176,7 +176,7 @@ install_config_file(prop_dictionary_t d, struct archive_entry *entry, int flags)
 				return errno;
 			}
 			printf("Installing new configuration "
-			    "file %s to %s.new\n", cffile, cffile);
+			    "file %s to %s\n", cffile, buf);
 
 			set_extract_flags(flags);
 			archive_entry_set_pathname(entry, buf);