keep some structure when running package/symlinks - now that the build system supports it
authorFelix Fietkau <nbd@openwrt.org>
Mon, 16 Jul 2007 00:01:40 +0000 (00:01 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 16 Jul 2007 00:01:40 +0000 (00:01 +0000)
SVN-Revision: 7986

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
        # 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
 }
 
        done
 }