a ton of changes to fix the production directory. formerly this directory $FEISTY_ME...
[feisty_meow.git] / production / setup_src / whole_build_package / create_whole_build_pack.sh
index f0413fac4e9d15698301857c1d61810e820f4b22..3c8c68fa9770387c75101201fcb1892a5f27878d 100644 (file)
@@ -4,7 +4,7 @@
 
 version=$1
 
-INSTDIR=$PRODUCTION_DIR/install
+INSTDIR=$RUNTIME_DIR/install
 if [ ! -d "$INSTDIR" ]; then mkdir "$INSTDIR"; fi
 
 # the new packages are named after the build version.
@@ -15,9 +15,9 @@ rm -f $INSTDIR/whole_build_*exe $INSTDIR/sources_*exe
 
 echo
 echo Creating source package in `basename $source_pack`
-$PRODUCTION_DIR/binaries/bundle_creator -o $source_pack -m ./whole_build_manifest.txt --keyword sources
+$RUNTIME_DIR/binaries/bundle_creator -o $source_pack -m ./whole_build_manifest.txt --keyword sources
 
 echo
 echo Creating full build package in `basename $total_build`
-$PRODUCTION_DIR/binaries/bundle_creator -o $total_build -m ./whole_build_manifest.txt
+$RUNTIME_DIR/binaries/bundle_creator -o $total_build -m ./whole_build_manifest.txt