X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fsetup_src%2Fbundle_example%2Fcreate_bundle.sh;h=3b4c88efe64d3b2835dbdd52a714fd7d9b50ea07;hb=8aec25f6496659248d997e474195ee4acdcdb976;hp=5fd8356421a3aaa53dee99fda336f2b7d50078f1;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/production/setup_src/bundle_example/create_bundle.sh b/production/setup_src/bundle_example/create_bundle.sh index 5fd83564..3b4c88ef 100644 --- a/production/setup_src/bundle_example/create_bundle.sh +++ b/production/setup_src/bundle_example/create_bundle.sh @@ -1,10 +1,10 @@ #!/bin/bash -if [ ! -d $PRODUCTION_DIR/install ]; then mkdir $PRODUCTION_DIR/install; fi +if [ ! -d $RUNTIME_PATH/install ]; then mkdir $RUNTIME_PATH/install; fi echo exe ending is $EXE_END -rm -f $PRODUCTION_DIR/install/example_bundle$EXE_END +rm -f $RUNTIME_PATH/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_PATH/install/example_bundle$EXE_END -m ./example_manifest.txt