mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
* Also symlink the linux directory in kernel-headers.
svn path=/nixpkgs/trunk/; revision=6940
This commit is contained in:
parent
e8261201d8
commit
d0a18cf8fa
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue