From: Chris Koeritz Date: Sat, 14 Apr 2012 16:49:41 +0000 (-0400) Subject: trying again; was only getting the link for feisty meow code. X-Git-Tag: 2.140.90~1424 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=5749150c8446a9e65a7c20558a758a2add5e8839;p=feisty_meow.git trying again; was only getting the link for feisty meow code. --- diff --git a/scripts/archival/pack_feisty_meow.sh b/scripts/archival/pack_feisty_meow.sh index c61ee520..02bf7ac5 100644 --- a/scripts/archival/pack_feisty_meow.sh +++ b/scripts/archival/pack_feisty_meow.sh @@ -13,8 +13,8 @@ base_dir="$(basename "$FEISTY_MEOW_DIR")" pushd $parent_dir -# zip up hoople2, but exclude the file names we never want to see. -tar -czf $TEMPO_FILE $base_dir $XC"*/*.tar.gz" $XC"*/*.zip" $XC"*/waste/*" $XC"*/logs/*" $XC"*/binaries/*" $XC"*.git*" +# 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*" # now move the newest version into its resting place. this prepares the # feisty_meow package for uploading.