summaryrefslogtreecommitdiff
path: root/post_download.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-15 04:15:01 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-15 04:15:01 +0300
commitee48b82235ef2e7fe5167d91de7aa69252aef4da (patch)
tree7015a3cede33b92a0cb29a8c5eb07998a4267a96 /post_download.in
parentebb1f2af35bd2e8054b9938bc5aa422e9a38175a (diff)
Accept androideabi here, too
Diffstat (limited to 'post_download.in')
-rwxr-xr-xpost_download.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/post_download.in b/post_download.in
index 6ecab59326c9..ff639f801633 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!])
;;