summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/os-specific/linux/hotplug/builder.sh2
1 files changed, 1 insertions, 1 deletions
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