r1780 - tools/pkgutils/trunk
27 Aug
2006
27 Aug
'06
12:12 p.m.
Author: tilman Date: 2006-08-27 14:12:21 +0200 (Sun, 27 Aug 2006) New Revision: 1780 Modified: tools/pkgutils/trunk/pkgutil.cc Log: tell the user when we didn't install a file because an INSTALL rule kicked in Modified: tools/pkgutils/trunk/pkgutil.cc =================================================================== --- tools/pkgutils/trunk/pkgutil.cc 2006-08-27 12:10:31 UTC (rev 1779) +++ tools/pkgutils/trunk/pkgutil.cc 2006-08-27 12:12:21 UTC (rev 1780) @@ -384,6 +384,8 @@ // 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);
6716
Age (days ago)
6716
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu