From: Ryan Bloom Date: Fri, 5 Apr 2002 23:12:11 +0000 (+0000) Subject: Use the new format for the tarballs. httpd-2.0.xx-alpha.tar.gz X-Git-Tag: 2.0.36~297 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61ffb591786fb40df2ac57dfaf461012d26f9f9d;p=apache Use the new format for the tarballs. httpd-2.0.xx-alpha.tar.gz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94476 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/httpd_roll_release b/build/httpd_roll_release index b721f3fd86..630fa436c0 100755 --- a/build/httpd_roll_release +++ b/build/httpd_roll_release @@ -15,8 +15,8 @@ LOG_NAME=`pwd`/$2 USER=$3 REPO="httpd-2.0" -WORKING_DIR=`echo "$REPO" | sed -e 's/[\-\.]/_/g'` -WORKING_TAG=`echo "$TAG" | sed -e 's/APACHE_2_0_/_/'` +WORKING_DIR=`echo "$REPO" | sed -e 's/[\-\.]/./g'` +WORKING_TAG=`echo "$TAG" | sed -e 's/APACHE_2_0_/./'` WORKING_DIR="$WORKING_DIR$WORKING_TAG" START_DIR=`echo "$PWD"`