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
|
@ -390,7 +390,7 @@ sub do_install_target($) {
|
||||||
|
|
||||||
system("ln -sf ../../$path ./target/linux/");
|
system("ln -sf ../../$path ./target/linux/");
|
||||||
} else {
|
} else {
|
||||||
warn "Package is not valid\n";
|
warn "Target is not valid\n";
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue