* Also symlink the linux directory in kernel-headers.
svn path=/nixpkgs/trunk/; revision=6940
This commit is contained in:
parent
e8261201d8
commit
d0a18cf8fa
@ -24,6 +24,9 @@ postInstall() {
|
|||||||
# asm directory of kernel-headers unreachable. So make symlinks
|
# asm directory of kernel-headers unreachable. So make symlinks
|
||||||
# from the dietlibc asm to the kernel-headers asm.
|
# from the dietlibc asm to the kernel-headers asm.
|
||||||
ln -s $kernelHeaders/include/asm/* $out/include/asm/ || true
|
ln -s $kernelHeaders/include/asm/* $out/include/asm/ || true
|
||||||
|
|
||||||
|
# Idem for include/linux.
|
||||||
|
ln -s $kernelHeaders/include/linux/* $out/include/linux/ || true
|
||||||
}
|
}
|
||||||
|
|
||||||
genericBuild
|
genericBuild
|
||||||
|
Loading…
x
Reference in New Issue
Block a user