more changes, to remove the repository dir variable.
[feisty_meow.git] / nucleus / tools / clam_tools / write_build_config.cpp
index 42914ebe6848fb84c24a9b599da778211852dc9c..6f46328469f94b1d4a69823d9c7ef78c56801f1e 100644 (file)
@@ -226,7 +226,7 @@ int write_build_config::execute()
   SETUP_CONSOLE_LOGGER;  // override the file_logger from app_shell.
 
   // find our build ini file.
-  astring repodir = environment::get("REPOSITORY_DIR");
+  astring repodir = environment::get("FEISTY_MEOW_DIR");
 
   // the below code should never be needed for a properly configured build.
 #ifdef __WIN32__