Make sure the bzdiff and bzgrep scripts are copied into the build/ directory.
Redesign the fakefile to be an example of how to use the "operate" section operation.
indexer ar
main:
+ operate bzip2
+ operate bzip2recover
+ operate scripts
+
+bzip2:
print
print Building settings-example-bzip2.
build settings-example-bzip2
+bzip2recover:
print
print Building settings-example-bzip2recover.
build settings-example-bzip2recover
+
+scripts:
+ print
+ print copying bzip2 scripts.
+ touch directory build/ build/program/ build/program/scripts/
+ copy bzdiff bzgrep build/program/scripts/