a ton of changes to fix the production directory. formerly this directory $FEISTY_ME...
[feisty_meow.git] / nucleus / applications / bundler / bundle_creator.cpp
index 7bb049478ffdeb0d6f508facc768ed888a321e24..533a45e2e5f977e4c81881422db58538516f9730 100644 (file)
@@ -748,7 +748,7 @@ astring bundle_creator::determine_stub_file_and_validate()
 #ifdef __WIN32__
   astring stub_filename("unpacker_stub.exe");
 #endif
-  astring repo_dir = "$PRODUCTION_DIR";
+  astring repo_dir = "$RUNTIME_DIR";
   astring stub_file = parser_bits::substitute_env_vars
       (repo_dir + "/binaries/" + stub_filename, false);
   if (!filename(stub_file).exists()) {