Use the correct variable for previous.
--HG-- extra : convert_revision : d769d977d5e252ce017a4445186cc6a8f84f99e5
This commit is contained in:
parent
d0c2a3f51c
commit
68c12ce4bb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue