keep some structure when running package/symlinks - now that the build system supports it
[openwrt/staging/florian.git] / scripts / feeds.sh
index a6d4ef9d71a713513e12fe66800e438366c0da28..e21c204c25671243dd0b6931aa48d05833d08a08 100755 (executable)
@@ -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
 }