X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fsetup_src%2Fbundle_example%2Fexample_manifest.txt;h=e1fe206143b9793e6adaa5b4cbbcd6b892868f6a;hb=04d1ca71956065bc82b6871d50ad110be6c23b88;hp=d2c3577adde4cb2c9577280ba3925a2e22ede753;hpb=5efbb79c4a7e11ff2d7193b2cea13fdc79230580;p=feisty_meow.git diff --git a/production/setup_src/bundle_example/example_manifest.txt b/production/setup_src/bundle_example/example_manifest.txt index d2c3577a..e1fe2061 100644 --- a/production/setup_src/bundle_example/example_manifest.txt +++ b/production/setup_src/bundle_example/example_manifest.txt @@ -100,7 +100,7 @@ exec_source=true [copy_fortunes_to_tempdir] source=$UNIX_BIN/cp -parms="$FEISTY_MEOW_DIR/nucleus/applications/nechung/example.txt" "$SOURCE_TEMP/example.txt" +parms="$FEISTY_MEOW_APEX/nucleus/applications/nechung/example.txt" "$SOURCE_TEMP/example.txt" no_pack=true exec_source=true @@ -114,7 +114,7 @@ target=$TARGET/bytedunker$EXE_END ; operating systems and is blank for others (so far). [using_vars] -source=$CLAM_BIN/value_tagger$EXE_END +source=$CLAM_BINARIES/value_tagger$EXE_END target=$TMP/using_varsilator$EXE_END ; variables in the source get resolved at packing time. ; variables in the target get resolved during unbundling time. @@ -125,19 +125,19 @@ target=/tmp/spoonbender/nechung$EXE_END ; simple file copy to an absolute path. [wildcard_congelio] -source=$FEISTY_MEOW_DIR/nucleus/library/test_basis/* +source=$FEISTY_MEOW_APEX/nucleus/library/test_basis/* target=$TARGET/muse_files ; wildcards are supported. this will put all the files from that directory ; "test_basis" into the target in a folder called "muse_files". [wildcard_specific] -source=$FEISTY_MEOW_DIR/nucleus/library/basis/*.h +source=$FEISTY_MEOW_APEX/nucleus/library/basis/*.h target=$TARGET/basis_headers ; this is a more specific wildcard that tests a pattern on the end, rather ; than the "get everything" of a bare asterisk. [recursing_doodle] -source=$FEISTY_MEOW_DIR/nucleus +source=$FEISTY_MEOW_APEX/nucleus target=$TARGET/srcpack/doodle_src recurse=1 ; this shows a recursive copy of the directory "core" into a new directory @@ -192,7 +192,7 @@ error_okay = true ; an executable program from stopping the unbundling process. [no_replacement] -source=$PRODUCTION_DIR/feisty_meow_config.ini +source=$PRODUCTION_STORE/feisty_meow_config.ini target=$TARGET/buildonia.ini no_replace=true ; this shows how the "no_replace" macro will avoid overwriting a file if it @@ -204,7 +204,7 @@ no_replace=true ; should be that your changes are kept. [install_but_backup] -source=$PRODUCTION_DIR/feisty_meow_config.ini +source=$PRODUCTION_STORE/feisty_meow_config.ini target=$TARGET/build_file_uhh make_backup=t ; this simple example shows the backing up of a file before the packed