loleaflet/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c38e5de273584a978764dd736967bd131034e319
Author: Andras Timar <andras.ti...@collabora.com>
Date:   Thu Apr 20 10:58:25 2017 +0200

    loleaflet: without quotes the target file name was truncated at 
'ui-bg_highlight-soft_'
    
    Change-Id: I0f7ffb0babf4295a48e1684a24bb24a0fd7ab8f4
    Reviewed-on: https://gerrit.libreoffice.org/36725
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>
    Tested-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/loleaflet/Makefile.am b/loleaflet/Makefile.am
index a2d4a617..4a8bd92a 100644
--- a/loleaflet/Makefile.am
+++ b/loleaflet/Makefile.am
@@ -41,7 +41,7 @@ dist-hook: build-l10n
        mv po/styles/*.json $(distdir)/dist/l10n/styles/
 
        mkdir -p 
$(distdir)/dist/node_modules/jquery-ui/themes/ui-lightness/images/
-       cp -a 
node_modules/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
 $(distdir)/dist/node_modules/jquery-ui/themes/ui-lightness/images/
+       cp -a 
"node_modules/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png"
 $(distdir)/dist/node_modules/jquery-ui/themes/ui-lightness/images/
 
 pot:
        xgettext --from-code=UTF-8 --keyword=_ 
--output=po/templates/loleaflet-ui.pot \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to