projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cc4ae2
)
keep some structure when running package/symlinks - now that the build system supports it
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Jul 2007 00:01:40 +0000
(
00:01
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Jul 2007 00:01:40 +0000
(
00:01
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7986
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/feeds.sh
patch
|
blob
|
history
diff --git
a/scripts/feeds.sh
b/scripts/feeds.sh
index
a6d4ef9
..
e21c204
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
}
This page took
0.023513 seconds
and
4
git commands to generate.