projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3884047
)
scripts/feeds: fix typo in copied code
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 27 May 2015 15:20:22 +0000
(15:20 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 27 May 2015 15:20:22 +0000
(15:20 +0000)
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
scripts/feeds
patch
|
blob
|
history
diff --git
a/scripts/feeds
b/scripts/feeds
index a6be9cca22946ec93d0126d25c7d836d7e734f18..b6d2f45e7208e42a4abd9bda0b543981b176ec06 100755
(executable)
--- a/
scripts/feeds
+++ b/
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;
}