mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
make symlinks to the right location
svn path=/nixu/trunk/; revision=4511
This commit is contained in:
parent
908db1fd45
commit
ed5199d3b2
@ -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/%
|
||||
|
Loading…
Reference in New Issue
Block a user