summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-16 00:01:40 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-16 00:01:40 +0000
commitfdab3a2fd56bf633520ce7670864d7e9573d7bb5 (patch)
treeb503cb03fc310c2f74d44a42c32fb8ed2d55379d /scripts
parent8cc4ae21dbc3effc7116dfd3bb6e25a5542bc1f4 (diff)
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
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/feeds.sh2
1 files changed, 1 insertions, 1 deletions
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
}