[Libreoffice-commits] online.git: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 22 21:51:02 UTC 2019


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0a5a7112310a622eea65fc04045b65181f7b9c1c
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Jan 22 23:49:47 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Jan 22 23:50:19 2019 +0200

    Create the ios/Mobile/Fonts directory even if we won't copy any fonts there
    
    It is referenced unconditionally in the Xcode project file.
    
    Change-Id: I1f6713b5327740f76e90ea88dfb19a4933d0bce3

diff --git a/configure.ac b/configure.ac
index d5e3c1726..9f446a6f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -622,9 +622,9 @@ AS_IF([test "$ENABLE_IOSAPP" = "true"],
       [
        if test `uname -s` = "Darwin"; then
           IOSAPP_FONTS=''
+          mkdir -p ios/Mobile/Fonts
           if test "$with_iosapp_fonts" != no -a -d "$with_iosapp_fonts"; then
               AC_MSG_NOTICE([copying fonts to be bundled])
-              mkdir -p ios/Mobile/Fonts
               IOSAPP_FONTS=`find "$with_iosapp_fonts" -type f |
                             while read fname; do
                                cp "$fname" ios/Mobile/Fonts


More information about the Libreoffice-commits mailing list