make symlinks to the right location

svn path=/nixu/trunk/; revision=4511
This commit is contained in:
Armijn Hemel 2006-01-07 22:35:20 +00:00
parent 908db1fd45
commit ed5199d3b2

View File

@ -46,4 +46,4 @@ cd $ov511
find . -not -path "./lib/modules/$kernelVersion/build*" -type d | xargs -n 1 -i% mkdir -p $archivesDir/%
# link all files
find . -not -path "./lib/modules/$kernelVersion/build*" -type f | xargs -n 1 -i% ln -s $kernel/% $archivesDir/%
find . -not -path "./lib/modules/$kernelVersion/build*" -type f | xargs -n 1 -i% ln -s $ov511/% $archivesDir/%