From: Felix Fietkau 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.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=4f8aeeabbd64ad49a41b477e54f68db30c1304f6 keep some structure when running package/symlinks - now that the build system supports it SVN-Revision: 7986 --- 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 }