mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
* Install the arch-specific headers for Linux <= 2.6.27 properly
again. svn path=/nixpkgs/trunk/; revision=13783
This commit is contained in:
parent
8236fa02be
commit
4eedf7dae8
@ -128,7 +128,7 @@ installPhase() {
|
||||
if test -e arch/$archDir/include/asm; then
|
||||
cp -a arch/$archDir/include/asm $includeDir
|
||||
else
|
||||
cp -a include/asm-$archDir $includeDir
|
||||
cp -a include/asm-$archDir $includeDir/asm
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user