2005-12-15 00:35:02 +01:00
|
|
|
source $stdenv/setup
|
|
|
|
|
2005-12-22 17:05:03 +01:00
|
|
|
ensureDir $out
|
|
|
|
|
2005-12-15 00:35:02 +01:00
|
|
|
sed -e "s^@bash\@^$bash^g" \
|
2005-12-22 17:03:29 +01:00
|
|
|
-e "s^@sshd\@^$ssh^g" \
|
|
|
|
-e "s^@initscripts\@^$initscripts^g" \
|
2005-12-22 19:10:47 +01:00
|
|
|
-e "s^@coreutils\@^$coreutils^g" \
|
2006-03-08 20:38:12 +01:00
|
|
|
< $script > $out/$nicename
|
2005-12-22 19:16:10 +01:00
|
|
|
|
2006-03-08 20:38:12 +01:00
|
|
|
chmod +x $out/$nicename
|