1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:02:20 +03: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:
nbd 2007-07-16 00:01:40 +00:00
parent 8cc4ae21db
commit fdab3a2fd5

View File

@ -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
}