summaryrefslogtreecommitdiff
path: root/pkgutil.cc
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-08-27 12:12:21 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2006-08-27 12:12:21 +0200
commit22131995295a9db9be7b461cbcefe65d8ffe9df1 (patch)
treed13dfb3e13737e8807e01960771164b1f07c3b2a /pkgutil.cc
parent3e5b7ed9bbe9a9659486a9d4c51f3466d1e877ec (diff)
downloadpkgutils-22131995295a9db9be7b461cbcefe65d8ffe9df1.tar.gz
pkgutils-22131995295a9db9be7b461cbcefe65d8ffe9df1.tar.xz
tell the user when we didn't install a file because an INSTALL rule kicked in
Diffstat (limited to 'pkgutil.cc')
-rw-r--r--pkgutil.cc2
1 files changed, 2 insertions, 0 deletions
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<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);

Generated by cgit