From 9821900e30fbc3445cf78ea6ab10e49e7937f1df Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Sat, 7 Jan 2006 23:18:00 +0000 Subject: d'oh...typo svn path=/nixpkgs/trunk/; revision=4514 --- pkgs/os-specific/linux/hotplug/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/os-specific/linux/hotplug/builder.sh b/pkgs/os-specific/linux/hotplug/builder.sh index 94dd99be4982..d5d9429d9a42 100644 --- a/pkgs/os-specific/linux/hotplug/builder.sh +++ b/pkgs/os-specific/linux/hotplug/builder.sh @@ -14,7 +14,7 @@ preBuild() { sed -e "s^@coreutils\@^$coreutils^g" \ -e "s^@utillinux\@^$utillinux^g" \ -e "s^@gnugrep\@^$gnugrep^g" \ - -e "s^@module_init_tools\@^$module-init-tools^g" \ + -e "s^@module-init-tools\@^$module_init_tools^g" \ < etc/hotplug/hotplug.functions > etc/hotplug/hotplug.functions.tmp mv etc/hotplug/hotplug.functions.tmp etc/hotplug/hotplug.functions -- cgit 1.4.1