moved the top-level and probably most important feisty meow variable from the seeming...
[feisty_meow.git] / production / setup_src / bundle_example / example_manifest.txt
index 58f96a7d39d42bb35e1299dbfc144bf4c193774f..9a2935439e01e319ca41413eb16ef172d1ea5595 100644 (file)
@@ -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
 
@@ -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