mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
scripts/feeds: fix some installation warnings for locally installed packages
SVN-Revision: 12102
This commit is contained in:
parent
311553c77b
commit
bcf75aca7b
@ -245,7 +245,7 @@ sub install_package {
|
||||
$feed or do {
|
||||
$installed{$name} and return 0;
|
||||
# TODO: check if it's already installed within ./package directory
|
||||
warn "WARNING: No feed for package '$name' found, maybe it's already part of the standard packages?\n";
|
||||
$srcpackage{$name} or -d "./package/$name" or warn "WARNING: No feed for package '$name' found, maybe it's already part of the standard packages?\n";
|
||||
return 0;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user