xbps-repo: genindex: also remove the "conf_files" object.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091125074221-iccaravanpovtjgd
This commit is contained in:
Juan RP 2009-11-25 07:42:21 +00:00
parent b56b7e9f09
commit fa7e3a3a7e

View File

@ -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.