diff options
author | Marco Peereboom <marco@conformal.com> | 2011-10-06 16:07:45 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-10-06 16:07:45 -0500 |
commit | 48014e9f77bf5b5efc46ee36e6b10b8722c340a0 (patch) | |
tree | 5c1c835d273b9309a98819ffec84872497549c0f | |
parent | fa8abdc508553688a81df25a1ba0eef659663d7c (diff) | |
download | xombrero-48014e9f77bf5b5efc46ee36e6b10b8722c340a0.tar.gz |
make it tgz
sorry davec but too much work to change all links and stuff on all webpages
-rwxr-xr-x | release.sh | 2 |
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" |