From: Chris Koeritz Date: Sun, 29 Jan 2012 01:53:45 +0000 (-0800) Subject: updated for a better path. X-Git-Tag: 2.140.90~1656^2 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=e670a9b821d73bffc698314ec312bc4a407bb392;p=feisty_meow.git updated for a better path. --- diff --git a/scripts/archival/pack_feisty_meow.sh b/scripts/archival/pack_feisty_meow.sh index ce1bb1cc..d58ff5d0 100644 --- a/scripts/archival/pack_feisty_meow.sh +++ b/scripts/archival/pack_feisty_meow.sh @@ -16,5 +16,5 @@ date_string="$(date +"%Y_%b_%e_%H%M" | sed -e 's/ //g')" # now move the newest version into its resting place. this prepares the # feisty_meow package for uploading. -mv -v $TEMPO_FILE $WEB_DIR/feistymeow.org/feisty_meow_codebase_${date_string}.tar.gz +mv -v $TEMPO_FILE $WEB_DIR/feistymeow.org/releases/feisty_meow_codebase_${date_string}.tar.gz