more fixes
svn path=/nixpkgs/trunk/; revision=5864
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user