From 55e923de73cdae7a2bf5b368a7ad8112030369c9 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Sat, 7 Jan 2006 18:09:18 +0000 Subject: [PATCH] actually replace @coreutils@ with the path to coreutils svn path=/nixpkgs/trunk/; revision=4509 --- pkgs/os-specific/linux/hotplug/builder.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/os-specific/linux/hotplug/builder.sh b/pkgs/os-specific/linux/hotplug/builder.sh index 06a6afaa693..824029dc6f5 100644 --- a/pkgs/os-specific/linux/hotplug/builder.sh +++ b/pkgs/os-specific/linux/hotplug/builder.sh @@ -24,6 +24,7 @@ preBuild() { mv etc/hotplug/pci.rc.tmp etc/hotplug/pci.rc sed -e "s^@gnused\@^$gnused^g" \ + -e "s^@coreutils\@^$coreutils^g" \ < etc/hotplug/usb.agent > etc/hotplug/usb.agent.tmp mv etc/hotplug/usb.agent.tmp etc/hotplug/usb.agent