mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 21:34:04 +02:00
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
This commit is contained in:
parent
8cc4ae21db
commit
fdab3a2fd5
@ -30,7 +30,7 @@ setup_symlinks() {
|
|||||||
# so that we can make this structure be flat in $PACKAGE_DIR
|
# so that we can make this structure be flat in $PACKAGE_DIR
|
||||||
for dir in $(ls $1/)
|
for dir in $(ls $1/)
|
||||||
do
|
do
|
||||||
ln -s $1/$dir/*/* $2/
|
ln -s $1/$dir/* $2/
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user