From: nbd Date: Mon, 16 Jul 2007 00:01:40 +0000 (+0000) Subject: keep some structure when running package/symlinks - now that the build system supports it X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=fdab3a2fd56bf633520ce7670864d7e9573d7bb5;p=openwrt-10.03%2F.git keep some structure when running package/symlinks - now that the build system supports it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7986 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/scripts/feeds.sh b/scripts/feeds.sh index a6d4ef9d7..e21c204c2 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 }