mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
use correct sed commands
svn path=/nixpkgs/trunk/; revision=4494
This commit is contained in:
parent
b21d747280
commit
f46b1352fd
@ -12,8 +12,8 @@ preBuild() {
|
|||||||
mv etc/hotplug/tape.agent.tmp etc/hotplug/tape.agent
|
mv etc/hotplug/tape.agent.tmp etc/hotplug/tape.agent
|
||||||
|
|
||||||
sed -e "s^@bash\@^$bash^g" \
|
sed -e "s^@bash\@^$bash^g" \
|
||||||
"s^@gnused\@^$gnused^g" \
|
-e "s^@gnused\@^$gnused^g" \
|
||||||
"s^@coreutils\@^$coreutils^g" \
|
-e "s^@coreutils\@^$coreutils^g" \
|
||||||
< etc/hotplug.d/default/default.hotplug > etc/hotplug.d/default/default.hotplug.tmp
|
< etc/hotplug.d/default/default.hotplug > etc/hotplug.d/default/default.hotplug.tmp
|
||||||
mv etc/hotplug.d/default/default.hotplug.tmp etc/hotplug.d/default/default.hotplug
|
mv etc/hotplug.d/default/default.hotplug.tmp etc/hotplug.d/default/default.hotplug
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user