projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1f20e6
)
keep some structure when running package/symlinks - now that the build system supports it
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 16 Jul 2007 00:01:40 +0000
(
00:01
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 16 Jul 2007 00:01:40 +0000
(
00:01
+0000)
SVN-Revision: 7986
scripts/feeds.sh
patch
|
blob
|
history
diff --git
a/scripts/feeds.sh
b/scripts/feeds.sh
index a6d4ef9d71a713513e12fe66800e438366c0da28..e21c204c25671243dd0b6931aa48d05833d08a08 100755
(executable)
--- 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
}