forked from mirrors/nixpkgs
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
|
||||
|
||||
sed -e "s^@bash\@^$bash^g" \
|
||||
"s^@gnused\@^$gnused^g" \
|
||||
"s^@coreutils\@^$coreutils^g" \
|
||||
-e "s^@gnused\@^$gnused^g" \
|
||||
-e "s^@coreutils\@^$coreutils^g" \
|
||||
< 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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue