* Also symlink the linux directory in kernel-headers.

svn path=/nixpkgs/trunk/; revision=6940
This commit is contained in:
Eelco Dolstra 2006-11-03 13:32:58 +00:00
parent e8261201d8
commit d0a18cf8fa

View file

@ -24,6 +24,9 @@ postInstall() {
# asm directory of kernel-headers unreachable. So make symlinks
# from the dietlibc asm to the kernel-headers asm.
ln -s $kernelHeaders/include/asm/* $out/include/asm/ || true
# Idem for include/linux.
ln -s $kernelHeaders/include/linux/* $out/include/linux/ || true
}
genericBuild