X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fsetup_src%2Fbundle_example%2Fcreate_bundle.sh;h=4a3d4c45418a11c3b8439b6f159ccd748747bf6e;hb=102061cab065f647954f3e935f11f433e2f088d4;hp=5fd8356421a3aaa53dee99fda336f2b7d50078f1;hpb=36b908cbff4e640e02d9a5b9dd011225194a1cbb;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..4a3d4c45 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_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