#!/bin/sh perl ./infrastructure/makebuildenv.pl $1 $2 $3 $4 $5 $6 $7 $8 $9 if [ "$?" -ne "0" ]; then exit 1 fi perl ./infrastructure/makeparcels.pl echo echo Type \'make\' to build the installation parcels. echo echo Then use the install scripts inside 'parcels/' to install echo the components you need. echo echo