svn path=/nixpkgs/trunk/; revision=13780
This commit is contained in:
Eelco Dolstra 2009-01-15 15:59:59 +00:00
parent f89876974e
commit 7df6cdf6da

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/$archDir $includeDir
cp -a include/asm-$archDir $includeDir
fi
fi
}