xbps-repo: do not add build_date, homepage and license objs into the index.

This commit is contained in:
Juan RP 2011-05-27 07:10:33 +02:00
parent f7882f7215
commit 73200498a5

View File

@ -224,6 +224,9 @@ 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");
prop_dictionary_remove(newpkgd, "homepage");
prop_dictionary_remove(newpkgd, "build_date");
prop_dictionary_remove(newpkgd, "license");
/*
* Add dictionary into the index and update package count.