more changes, to remove the repository dir variable.
[feisty_meow.git] / scripts / clam / dotnet / preconditions.sh
index 792631903d900e190c44d5e2d35fbe6b84b4dabd..2fe3e79bca0bf0b8a83b3c4241dcc2e021391b64 100644 (file)
@@ -2,7 +2,7 @@
 # prepares the project for compilation by creating the appropriate directories.
 
 # make sure the top-level repository exists.
-if [ ! -d $REPOSITORY_DIR ]; then mkdir $REPOSITORY_DIR; fi
+if [ ! -d $FEISTY_MEOW_DIR ]; then mkdir $FEISTY_MEOW_DIR; fi
 # make sure our temp directory is there.
 if [ ! -d $CLAM_TMP ]; then mkdir $CLAM_TMP; fi
 # make sure the generated files have a home.