mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
d5c54ea9ec
commit
a263c35be0
@ -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-*
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user