Ver código fonte

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 <[email protected]>

SVN-Revision: 45784
Felix Fietkau 10 anos atrás
pai
commit
7de4c92804
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      scripts/feeds

+ 1 - 1
scripts/feeds

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