many pervasive clean-ups
[feisty_meow.git] / production / setup_src / whole_build_package / create_whole_build_pack.sh
index 3c8c68fa9770387c75101201fcb1892a5f27878d..4327230b2c159489b8c36962d65105f6ef8c401b 100644 (file)
@@ -4,7 +4,7 @@
 
 version=$1
 
-INSTDIR=$RUNTIME_DIR/install
+INSTDIR=$RUNTIME_PATH/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`
-$RUNTIME_DIR/binaries/bundle_creator -o $source_pack -m ./whole_build_manifest.txt --keyword sources
+$RUNTIME_PATH/binaries/bundle_creator -o $source_pack -m ./whole_build_manifest.txt --keyword sources
 
 echo
 echo Creating full build package in `basename $total_build`
-$RUNTIME_DIR/binaries/bundle_creator -o $total_build -m ./whole_build_manifest.txt
+$RUNTIME_PATH/binaries/bundle_creator -o $total_build -m ./whole_build_manifest.txt