rename a patch (we patch a lot more than the location of bash) and fix another

location...

svn path=/nixpkgs/trunk/; revision=4510
This commit is contained in:
Armijn Hemel
2006-01-07 22:16:37 +00:00
parent 55e923de73
commit 9654bf717f
3 changed files with 41 additions and 13 deletions

View File

@@ -7,6 +7,6 @@ stdenv.mkDerivation {
url = http://surfnet.dl.sourceforge.net/sourceforge/linux-hotplug/hotplug-2004_03_29.tar.gz;
md5 = "167bd479a1ca30243c51ca088e0942b3";
};
patches = [./hotplug-install-path.patch ./hotplug-install.patch ./hotplug-2004_03_29-bash.patch];
patches = [./hotplug-install-path.patch ./hotplug-install.patch ./hotplug-2004_03_29.patch];
inherit bash gnused coreutils utillinux gnugrep module_init_tools;
}