about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-10-06 16:07:45 -0500
committerMarco Peereboom <marco@conformal.com>2011-10-06 16:07:45 -0500
commit48014e9f77bf5b5efc46ee36e6b10b8722c340a0 (patch)
tree5c1c835d273b9309a98819ffec84872497549c0f
parentfa8abdc508553688a81df25a1ba0eef659663d7c (diff)
downloadxombrero-48014e9f77bf5b5efc46ee36e6b10b8722c340a0.tar.gz
make it tgz
sorry davec but too much work to change all links and stuff on all
webpages
-rwxr-xr-xrelease.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.sh b/release.sh
index 5c1ae9a..0095ffe 100755
--- a/release.sh
+++ b/release.sh
@@ -101,7 +101,7 @@ if [ ! -d "$TD" ]; then
 	report_err "unable to create temp directory"
 fi
 RELEASE_DIR="$PROJECT-$PROJ_VER"
-RELEASE_TAR="$PROJECT-$PROJ_VER.tar.gz"
+RELEASE_TAR="$PROJECT-$PROJ_VER.tgz"
 git clone . "$TD/$RELEASE_DIR" ||
     report_err "unable to copy to $TD/$RELEASE_DIR"