From 22131995295a9db9be7b461cbcefe65d8ffe9df1 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sun, 27 Aug 2006 12:12:21 +0200 Subject: tell the user when we didn't install a file because an INSTALL rule kicked in --- pkgutil.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgutil.cc') diff --git a/pkgutil.cc b/pkgutil.cc index beaa74b3..bdc15635 100644 --- a/pkgutil.cc +++ b/pkgutil.cc @@ -384,6 +384,8 @@ void pkgutil::pkg_install(const string& filename, const set& 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); -- cgit v1.2.3