summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-16 00:01:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-16 00:01:40 +0000
commit43a2ecab57c8ecff8df3ef0369f0766f1ad4c2f7 (patch)
tree2fdcb12b0c404f29e0cd79b0caac45363106348c
parentc1f20e60f540251ce1ed42a0505cb160c7e6173b (diff)
downloadmaster-31e0f0ae-43a2ecab57c8ecff8df3ef0369f0766f1ad4c2f7.tar.gz
master-31e0f0ae-43a2ecab57c8ecff8df3ef0369f0766f1ad4c2f7.tar.bz2
master-31e0f0ae-43a2ecab57c8ecff8df3ef0369f0766f1ad4c2f7.zip
keep some structure when running package/symlinks - now that the build system supports it
SVN-Revision: 7986
-rwxr-xr-xscripts/feeds.sh2
1 files changed, 1 insertions, 1 deletions
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
}