tell the user when we didn't install a file because an INSTALL rule kicked in

This commit is contained in:
Tilman Sauerbeck 2006-08-27 12:12:21 +02:00
parent 3e5b7ed9bb
commit 2213199529

View File

@ -384,6 +384,8 @@ void pkgutil::pkg_install(const string& filename, const set<string>& keep_list,
// Check if file is filtered out via INSTALL
if (non_install_list.find(archive_filename) != non_install_list.end()) {
cout << utilname << ": ignoring " << archive_filename << endl;
if (TH_ISREG(t))
tar_skip_regfile(t);