r18092 - gnucash/trunk/packaging/win32 - Final changes for daily build script.
Christian Stimming
cstim at code.gnucash.org
Thu May 28 05:30:00 EDT 2009
Author: cstim
Date: 2009-05-28 05:30:00 -0400 (Thu, 28 May 2009)
New Revision: 18092
Trac: http://svn.gnucash.org/trac/changeset/18092
Modified:
gnucash/trunk/packaging/win32/daily_build.sh
Log:
Final changes for daily build script.
Modified: gnucash/trunk/packaging/win32/daily_build.sh
===================================================================
--- gnucash/trunk/packaging/win32/daily_build.sh 2009-05-27 14:09:48 UTC (rev 18091)
+++ gnucash/trunk/packaging/win32/daily_build.sh 2009-05-28 09:30:00 UTC (rev 18092)
@@ -16,10 +16,16 @@
_OUTPUT_DIR=`unix_path $OUTPUT_DIR`
LOGFILE=${_OUTPUT_DIR}/${LOGFILENAME}
+mkdir -p ${_OUTPUT_DIR}
# Run the compile
./install.sh 2>&1 | tee ${LOGFILE}
+# This directory needs to be removed before calling dist.sh
+DIST_DIR=${INSTALL_DIR}\\..\\dist
+_DIST_UDIR=`unix_path $DIST_DIR`
+rm -rf ${_DIST_UDIR}
+
# Create the installer
./dist.sh 2>&1 | tee -a ${LOGFILE}
More information about the gnucash-changes
mailing list