more fixes
svn path=/nixpkgs/trunk/; revision=5864
This commit is contained in:
parent
a0d71d4a50
commit
7460d6f3a2
@ -33,7 +33,9 @@ echo making kernel directories
|
|||||||
|
|
||||||
echo linking kernel modules
|
echo linking kernel modules
|
||||||
|
|
||||||
@findutils@/bin/find . -not -path "./lib/modules/$kernelVersion/build*" -type f | @findutils@/bin/xargs -n 1 -i% @coreutils@/bin/ln -s $kernel/% $archivesDir/%
|
@findutils@/bin/find . -not -path "./lib/modules/$kernelVersion/build*" \
|
||||||
|
-a -not -path "./System*" -a -not -path "./vmlinuz*" \
|
||||||
|
-type f | @findutils@/bin/xargs -n 1 -i% @coreutils@/bin/ln -s $kernel/% $archivesDir/%
|
||||||
|
|
||||||
echo making ov511 directories
|
echo making ov511 directories
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user