fix for bundle creator weirdo log file at FS root, finally, i hope.
[feisty_meow.git] / scripts / archival / pack_feisty_meow.sh
index 02bf7ac5421428382cfe1335e2f271e88b4e9fe9..0a7029c0118953ec91ab66cb8f560fe909dbbfde 100644 (file)
@@ -14,7 +14,7 @@ base_dir="$(basename "$FEISTY_MEOW_DIR")"
 pushd $parent_dir
 
 # zip up feisty meow, but exclude the file names we never want to see.
-tar -h -czf $TEMPO_FILE $base_dir $XC"*/*.tar.gz" $XC"*/*.zip" $XC"*/waste/*" $XC"*/logs/*" $XC"*/binaries/*" $XC"*.git*" 
+tar -h -czf $TEMPO_FILE $base_dir $XC"*/*.tar.gz" $XC"*/*.zip" $XC"*/waste/*" $XC"*/logs/*" $XC"*/binaries/*" $XC"*.git*" $XC"*/code_guide/*"
 
 # now move the newest version into its resting place.  this prepares the
 # feisty_meow package for uploading.