2006-03-08 11:38:12 -08:00
|
|
|
source $stdenv/setup
|
|
|
|
|
|
|
|
ensureDir $out
|
|
|
|
|
|
|
|
sed -e "s^@bash\@^$bash^g" \
|
|
|
|
-e "s^@dhcp\@^$dhcp^g" \
|
2006-03-17 06:16:11 -08:00
|
|
|
-e "s^@initscripts\@^$initscripts^g" \
|
2006-03-08 11:38:12 -08:00
|
|
|
-e "s^@nettools\@^$nettools^g" \
|
2006-03-17 06:16:11 -08:00
|
|
|
< $script > $out/control
|
2006-03-08 11:38:12 -08:00
|
|
|
|
2006-03-17 06:16:11 -08:00
|
|
|
chmod +x $out/control
|