scripts/feeds: print the source of packages installed

Can be helpful in diagnosing unexpected package overlaps between
feeds/core.

Signed-off-by: Karl Palsson <karlp@remake.is>

SVN-Revision: 46255
This commit is contained in:
Steven Barth 2015-07-07 22:32:38 +00:00
parent 1ef0bc6bfb
commit 37c015fe25

View File

@ -497,8 +497,8 @@ sub install_package {
$installed{$src} = 1;
defined($override) and $override == 1
and warn "Overriding package '$src'\n"
or warn "Installing package '$src'\n";
and warn "Overriding core package '$src' with version from $feed->[1]\n"
or warn "Installing package '$src' from $feed->[1]\n";
do_install_package($feed, $pkg) == 0 or do {
warn "failed.\n";