* Install the arch-specific headers for Linux <= 2.6.27 properly

again.

svn path=/nixpkgs/trunk/; revision=13783
This commit is contained in:
Eelco Dolstra 2009-01-16 10:28:18 +00:00
parent 8236fa02be
commit 4eedf7dae8

View File

@ -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
}