scripts/feeds: fix typo in copied code

do_install_target copied code from do_install_package, but didn't
replace all text.

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45784 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau 2015-05-27 15:20:22 +00:00
parent b810acd44b
commit a9532e4386

View File

@ -390,7 +390,7 @@ sub do_install_target($) {
system("ln -sf ../../$path ./target/linux/");
} else {
warn "Package is not valid\n";
warn "Target is not valid\n";
return 1;
}