mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Final changes for daily build script.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18092 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -16,10 +16,16 @@ LOGFILENAME=build-`date +'%Y-%m-%d'`.log
|
||||
|
||||
_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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user