From fa7e3a3a7ecb9fb751e3475f915675a83505c9f1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Nov 2009 07:42:21 +0000 Subject: [PATCH] xbps-repo: genindex: also remove the "conf_files" object. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091125074221-iccaravanpovtjgd --- bin/xbps-repo/index.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/xbps-repo/index.c b/bin/xbps-repo/index.c index d9413178..0ef4a500 100644 --- a/bin/xbps-repo/index.c +++ b/bin/xbps-repo/index.c @@ -231,6 +231,7 @@ xbps_repo_addpkg_index(prop_dictionary_t idxdict, const char *filedir, */ prop_dictionary_remove(newpkgd, "long_desc"); prop_dictionary_remove(newpkgd, "maintainer"); + prop_dictionary_remove(newpkgd, "conf_files"); /* * Add dictionary into the index and update package count.