mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
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:
parent
a7d1117c2b
commit
7d3b08de08
@ -218,6 +218,8 @@ do
|
|||||||
-e "s/@PHREEQC_VER@/$VER/g" \
|
-e "s/@PHREEQC_VER@/$VER/g" \
|
||||||
-e "s/@PHREEQC_DATE@/$RELEASE_DATE/g" \
|
-e "s/@PHREEQC_DATE@/$RELEASE_DATE/g" \
|
||||||
-e "s/@REVISION_SVN@/$REVISION_SVN/g" \
|
-e "s/@REVISION_SVN@/$REVISION_SVN/g" \
|
||||||
|
-e "s/@VERSION@/$VERSION/g" \
|
||||||
|
-e "s/@REVISION@/$REVISION/g" \
|
||||||
< "$vsn_file" > "$vsn_file.tmp"
|
< "$vsn_file" > "$vsn_file.tmp"
|
||||||
mv -f "$vsn_file.tmp" "$vsn_file"
|
mv -f "$vsn_file.tmp" "$vsn_file"
|
||||||
if [ -n "$WIN" ] && [ "$vsn_file" != "$DISTPATH/configure.ac" ]; then
|
if [ -n "$WIN" ] && [ "$vsn_file" != "$DISTPATH/configure.ac" ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user