scripts/feeds: fix some installation warnings for locally installed packages

SVN-Revision: 12102
lede-17.01
Felix Fietkau 2008-08-04 22:22:29 +00:00
parent 311553c77b
commit bcf75aca7b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};