浏览代码

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 年之前
父节点
当前提交
7de4c92804
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/feeds

+ 1 - 1
scripts/feeds

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