* 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
|
if test -e arch/$archDir/include/asm; then
|
||||||
cp -a arch/$archDir/include/asm $includeDir
|
cp -a arch/$archDir/include/asm $includeDir
|
||||||
else
|
else
|
||||||
cp -a include/asm-$archDir $includeDir
|
cp -a include/asm-$archDir $includeDir/asm
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user