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:
parent
1ef0bc6bfb
commit
37c015fe25
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user