# HG changeset patch # User Rob Landley # Date 1289167052 21600 # Node ID a3abaabac98e0b27ab4cd0e4554aa4ccf2b39484 # Parent a4cb2ed0a5518999af42566157a37b5f1078301b Missed a bit of the name change. diff -r a4cb2ed0a551 -r a3abaabac98e more/build-control-images.sh --- a/more/build-control-images.sh Sun Nov 07 15:55:26 2010 -0600 +++ b/more/build-control-images.sh Sun Nov 07 15:57:32 2010 -0600 @@ -6,12 +6,12 @@ blank_tempdir build/control-images -# Iterate through sources/native-builds and run each script, writing output +# Iterate through sources/control-images and run each script, writing output # to build/control-images/$SCRIPTNAME.hdc -for i in sources/native-builds/{*.sh,*/make-control-image.sh} +for i in sources/control-images/{*.sh,*/make-control-image.sh} do - SCRIPTNAME=$(echo $i | sed 's@sources/native-builds/\([^./]*\).*@\1@') + SCRIPTNAME=$(echo $i | sed 's@sources/control-images/\([^./]*\).*@\1@') # Forking doesn't work yet due to extract collisions with the same package #maybe_fork "$i build/control-images/$SCRIPTNAME.hdc | maybe_quiet" $i build/control-images/$SCRIPTNAME.hdc | maybe_quiet