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
This commit is contained in:
Derek Atkins 2006-10-20 18:57:04 +00:00
parent d5c54ea9ec
commit a263c35be0
2 changed files with 2 additions and 1 deletions

View File

@ -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-*

View File

@ -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