a ton of changes to fix the production directory. formerly this directory $FEISTY_ME...
[feisty_meow.git] / production / setup_src / bundle_example / create_bundle.sh
index 5fd8356421a3aaa53dee99fda336f2b7d50078f1..4a3d4c45418a11c3b8439b6f159ccd748747bf6e 100644 (file)
@@ -1,10 +1,10 @@
 #!/bin/bash
 
-if [ ! -d $PRODUCTION_DIR/install ]; then mkdir $PRODUCTION_DIR/install; fi
+if [ ! -d $RUNTIME_DIR/install ]; then mkdir $RUNTIME_DIR/install; fi
 
 echo exe ending is $EXE_END
 
-rm -f $PRODUCTION_DIR/install/example_bundle$EXE_END
+rm -f $RUNTIME_DIR/install/example_bundle$EXE_END
 
-$EXECUTABLE_DIR/bundle_creator -o $PRODUCTION_DIR/install/example_bundle$EXE_END -m ./example_manifest.txt
+$EXECUTABLE_DIR/bundle_creator -o $RUNTIME_DIR/install/example_bundle$EXE_END -m ./example_manifest.txt