[Libreoffice-commits] .: android/qa

Michael Meeks michael at kemper.freedesktop.org
Mon Jan 23 01:53:59 PST 2012


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

New commits:
commit 7fddab07f4c8e054a489285097623172b853912f
Author: Michael Meeks <michael.meeks at 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"'


More information about the Libreoffice-commits mailing list