[Libreoffice-commits] .: post_download.in

Tor Lillqvist tml at kemper.freedesktop.org
Sat May 14 18:15:46 PDT 2011


 post_download.in |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 24007293158761c565f2c6f874d33c6b4c9837d2
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sun May 15 04:15:01 2011 +0300

    Accept androideabi here, too

diff --git a/post_download.in b/post_download.in
index 6ecab59..ff639f8 100755
--- a/post_download.in
+++ b/post_download.in
@@ -42,6 +42,9 @@ case "$host_os" in
     dragonfly*)
         _os=DragonFly
         ;;
+    androideabi*)
+        _os=Android
+        ;;
    *)
    AC_MSG_ERROR([$host_os operating system is not suitable for LibreOffice!])
    ;;


More information about the Libreoffice-commits mailing list