android/qa/desktop/Makefile |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7fddab07f4c8e054a489285097623172b853912f
Author: Michael Meeks <michael.me...@suse.com>
Date:   Mon Jan 23 09:51:12 2012 +0000

    android: re-installs can fail silently, remove tree before install

diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile
index 4578657..c6ddf59 100644
--- a/android/qa/desktop/Makefile
+++ b/android/qa/desktop/Makefile
@@ -177,6 +177,7 @@ build-ant: copy-stuff
        unset JAVA_HOME && ant debug
 
 install: copy-stuff
+       adb shell rm -r $(APP_DATA_PATH)
        unset JAVA_HOME && ant debug install
        @echo
        @echo 'Run it with "make run"'
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to