* Put the platform in the config file name.

svn path=/nixpkgs/trunk/; revision=7737
This commit is contained in:
Eelco Dolstra
2007-01-22 11:05:17 +00:00
parent 8db4c2d806
commit 2fccf41b94
3 changed files with 1 additions and 19 deletions

View File

@@ -20,7 +20,7 @@ stdenv.mkDerivation {
patches = map (p: p.patch) kernelPatches;
config = ./config-2.6.19.1-up;
config = ./config-2.6.19.1-i686-up;
buildInputs = [perl mktemp];
arch="i386";