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> SVN-Revision: 45784
This commit is contained in:
parent
388404764d
commit
7de4c92804
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue