From f0d62b9a800bcba4f66cbade01a522f8346c2353 Mon Sep 17 00:00:00 2001 From: Duncan Overbruck Date: Tue, 6 Aug 2019 13:44:14 +0200 Subject: [PATCH] lib/transaction_files.c: fix conf handling This only changes the debug messages, because modified files and conf files are handled the same on removal and unless a conf file changes the file type it is never deleted. --- lib/transaction_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/transaction_files.c b/lib/transaction_files.c index 654f5888..41b35ca3 100644 --- a/lib/transaction_files.c +++ b/lib/transaction_files.c @@ -608,7 +608,7 @@ collect_files(struct xbps_handle *xhp, xbps_dictionary_t d, size = 0; #endif rv = collect_file(xhp, file, size, pkgname, pkgver, idx, sha256, - TYPE_FILE, update, removepkg, preserve, removefile, NULL); + TYPE_CONFFILE, update, removepkg, preserve, removefile, NULL); if (rv == EEXIST) { error = true; continue;