From a263c35be0a3d3e2529f57aa2f38d3a0f1a2c7d6 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Fri, 20 Oct 2006 18:57:04 +0000 Subject: [PATCH] Remove the goffice tmpdir before rebuilding it remove tmpdir when you reset the build. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15050 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 1 + packaging/win32/reset.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index 76069aacce..e8c42d2518 100644 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -627,6 +627,7 @@ function inst_goffice() { then echo "goffice already installed. skipping." else + rm -rf $TMP_UDIR/goffice-* wget_unpacked $GOFFICE_URL $DOWNLOAD_DIR $TMP_DIR mydir=`pwd` qpushd $TMP_UDIR/goffice-* diff --git a/packaging/win32/reset.sh b/packaging/win32/reset.sh index af1f8c9054..fb315f9622 100644 --- a/packaging/win32/reset.sh +++ b/packaging/win32/reset.sh @@ -34,7 +34,7 @@ basedir=`unix_path $GLOBAL_DIR` qpushd $basedir rm -rf regex readline indent guile pexports gnome swig autotools -rm -rf libgsf goffice glade gnucash +rm -rf libgsf goffice glade gnucash tmp rm -f /etc/profile.d/installer.in