mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
fix a recursive symlink issue with scripts/feeds and src-link
SVN-Revision: 10714
This commit is contained in:
parent
a1114db1e8
commit
1d3ed2fca0
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ sub update_link($$) {
|
|||
my $name = shift;
|
||||
my $src = abs_path(shift);
|
||||
|
||||
system("ln -sf $src ./feeds/$name");
|
||||
system("rm -f ./feeds/$name; ln -s $src ./feeds/$name");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue