diff options
Diffstat (limited to 'scripts/feeds.sh')
-rwxr-xr-x | scripts/feeds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/feeds.sh b/scripts/feeds.sh index a6d4ef9d71..e21c204c25 100755 --- a/scripts/feeds.sh +++ b/scripts/feeds.sh @@ -30,7 +30,7 @@ setup_symlinks() { # so that we can make this structure be flat in $PACKAGE_DIR for dir in $(ls $1/) do - ln -s $1/$dir/*/* $2/ + ln -s $1/$dir/* $2/ done } |