Windows build: fix logfile naming for tag builds

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20538 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens
2011-04-06 16:02:58 +00:00
parent a1f90ceba1
commit f8294efc5e
+5
View File
@@ -69,6 +69,11 @@ for tag_rev in $tags ; do
# No need to update the sources we just checked out
echo "UPDATE_SOURCES=no" >> ${w32pkg}/custom.sh
# But set the repos url to the current tag anyway, it will be used
# to name the log file
echo -n "REPOS_URL=" >> ${w32pkg}/custom.sh
echo "${TAG_URL}/${tag}" >> ${w32pkg}/custom.sh
# BUILD_FROM_TARBALL is special:
# in install.sh place we check !=yes, in defaults.sh =yes, in dist.sh =no