added additional sed strings

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@9682 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2015-05-20 04:12:36 +00:00
parent a7d1117c2b
commit 7d3b08de08

View File

@ -218,6 +218,8 @@ do
-e "s/@PHREEQC_VER@/$VER/g" \
-e "s/@PHREEQC_DATE@/$RELEASE_DATE/g" \
-e "s/@REVISION_SVN@/$REVISION_SVN/g" \
-e "s/@VERSION@/$VERSION/g" \
-e "s/@REVISION@/$REVISION/g" \
< "$vsn_file" > "$vsn_file.tmp"
mv -f "$vsn_file.tmp" "$vsn_file"
if [ -n "$WIN" ] && [ "$vsn_file" != "$DISTPATH/configure.ac" ]; then