* Dietlibc: symlink to the asm directory from kernel-headers, because

some programs (such as module-init-tools) need it.
* Remove module-init-tools-static, it now builds out of the box with
  dietlibc.

svn path=/nixpkgs/trunk/; revision=6938
This commit is contained in:
Eelco Dolstra
2006-11-03 11:09:06 +00:00
parent 039b141471
commit e8261201d8
7 changed files with 8 additions and 36 deletions

View File

@@ -7,6 +7,5 @@ stdenv.mkDerivation {
md5 = "a1ad0a09d3231673f70d631f3f5040e9";
};
patches = [./module-dir.patch];
postInstall = "rm $out/sbin/insmod.static"; # don't need it
}