forked from mirrors/nixpkgs
57067bba9e
svn path=/nixpkgs/trunk/; revision=4410
10 lines
206 B
Bash
10 lines
206 B
Bash
source $stdenv/setup
|
|
|
|
ensureDir $out
|
|
|
|
sed -e "s^@bash\@^$bash^g" \
|
|
-e "s^@sshd\@^$ssh^g" \
|
|
-e "s^@initscripts\@^$initscripts^g" \
|
|
-e "s^@coreutils\@^$coreutils^g" \
|
|
< $script > $out/control
|