From: hno <> Date: Fri, 30 Dec 2005 09:26:32 +0000 (+0000) Subject: Properly fix snapshot diff X-Git-Tag: SQUID_3_0_PRE4~403 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05a55a906d356ac273024aef84f41974e1b3a3eb;p=thirdparty%2Fsquid.git Properly fix snapshot diff --- diff --git a/mksnapshot.sh b/mksnapshot.sh index c80c8aed54..9fb1dd4b23 100755 --- a/mksnapshot.sh +++ b/mksnapshot.sh @@ -37,7 +37,7 @@ EOS ./configure --silent make -s dist-all -basetarball=/server/httpd/htdocs/squid-cache.org/Versions/v`echo $VERSION | cut -d. -f1`/`echo $VERSION | cut -d. -f-2`/${PACKAGE}-${VERSION}.tar.bz2 +basetarball=/server/httpd/htdocs/squid-cache.org/Versions/v`echo $VERSION | cut -d. -f1`/`echo $VERSION | cut -d. -f-2|cut -d- -f1`/${PACKAGE}-${VERSION}.tar.bz2 if (echo $VERSION | grep PRE) || (echo $VERSION | grep STABLE); then echo "Differences from ${PACKAGE}-${VERSION} to ${PACKAGE}-${VERSION}-${date}" >${PACKAGE}-${VERSION}-${date}.diff if [ -f $basetarball ]; then