keep some structure when running package/symlinks - now that the build system supports it
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Jul 2007 00:01:40 +0000 (00:01 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Jul 2007 00:01:40 +0000 (00:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7986 3c298f89-4303-0410-b956-a3cf2f4a3e73

scripts/feeds.sh

index a6d4ef9..e21c204 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
 }