[Libreoffice-commits] .: Branch 'feature/android' - android/qa

Tor Lillqvist tml at kemper.freedesktop.org
Fri Feb 3 07:09:17 PST 2012


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

New commits:
commit 1b48979a27f280a87087ee99e012285050522b95
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Feb 3 17:04:40 2012 +0200

    services.rdb is in $(OUTDIR)/xml/ure as far as I can see

diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile
index a657fe1..4b8a832 100644
--- a/android/qa/desktop/Makefile
+++ b/android/qa/desktop/Makefile
@@ -202,7 +202,7 @@ copy-stuff: buildrcs
 # uno types & services
 	cp $(OUTDIR)/bin/types.rdb assets/program/types/
 	cp $(OUTDIR)/bin/ure/types.rdb assets/ure/share/misc/
-	cp $(OUTDIR)/xml/services.rdb assets/program/services
+	cp $(OUTDIR)/xml/ure/services.rdb assets/program/services
 	cp $(OUTDIR)/xml/ure/services.rdb assets/ure/share/misc/
 # config
 	cp -R $(OUTDIR)/xml/*.xcd assets/share/registry/


More information about the Libreoffice-commits mailing list