actually replace @coreutils@ with the path to coreutils
svn path=/nixpkgs/trunk/; revision=4509
This commit is contained in:
parent
1389a7f9fe
commit
55e923de73
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user