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