X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Fdotnet-retired%2Fpostconditions.sh;h=9d14524374d43ecf89126359bb6e848791124ef7;hb=3e2c99c06a42b503d510024288b27fdbbfa956ad;hp=1670e27e61adf0ef4a264ae407c17c29d66edd99;hpb=8cae6bcb0a4c8962c18d50f7323558dddf299b2f;p=feisty_meow.git diff --git a/scripts/clam/dotnet-retired/postconditions.sh b/scripts/clam/dotnet-retired/postconditions.sh index 1670e27e..9d145243 100644 --- a/scripts/clam/dotnet-retired/postconditions.sh +++ b/scripts/clam/dotnet-retired/postconditions.sh @@ -5,7 +5,7 @@ if [ -f $FAILURE_FILE ]; then echo Postconditions will not promote due to a failure: cat $FAILURE_FILE - . $CLAM_DIR/exit_make.sh + . $CLAM_SCRIPTS/exit_make.sh fi # make sure that we actually did something during the make. @@ -22,7 +22,7 @@ for i in *.resources; do rm -f "$i"; done # these variables define the locations for final products. all of them # descend from the root of the repository. -ROOT=$TARGETS_DIR +ROOT=$TARGETS_STORE LIB_DIR=$ROOT/lib DLL_DIR=$ROOT/dll EXE_DIR=$ROOT/exe @@ -30,7 +30,7 @@ TEST_ROOT=$ROOT/tests TEST_DIR=$TEST_ROOT/$PROJECT # causes the shell to quit. -DIE=". $CLAM_DIR/exit_make.sh" +DIE=". $CLAM_SCRIPTS/exit_make.sh" if [ "$TYPE" = "library" ]; then @@ -102,6 +102,6 @@ elif [ "$TYPE" = "test" ]; then else echo "Unknown type for project [$TYPE]; cancelling postconditions!" - . $CLAM_DIR/exit_make.sh + . $CLAM_SCRIPTS/exit_make.sh fi