more fixes

svn path=/nixpkgs/trunk/; revision=5864
This commit is contained in:
Armijn Hemel 2006-07-21 15:07:04 +00:00
parent a0d71d4a50
commit 7460d6f3a2

View File

@ -33,7 +33,9 @@ echo making kernel directories
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