]> granicus.if.org Git - apache/commitdiff
Use the new format for the tarballs. httpd-2.0.xx-alpha.tar.gz
authorRyan Bloom <rbb@apache.org>
Fri, 5 Apr 2002 23:12:11 +0000 (23:12 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 5 Apr 2002 23:12:11 +0000 (23:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94476 13f79535-47bb-0310-9956-ffa450edef68

build/httpd_roll_release

index b721f3fd86e56c5a735068c0d91f7e8159f08c1c..630fa436c0eae58e567880f8d9e34dfbefcc80f9 100755 (executable)
@@ -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"`