actually replace @coreutils@ with the path to coreutils

svn path=/nixpkgs/trunk/; revision=4509
This commit is contained in:
Armijn Hemel 2006-01-07 18:09:18 +00:00
parent 1389a7f9fe
commit 55e923de73

View file

@ -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