[Libreoffice-commits] online.git: loleaflet/Makefile.am

Henry Castro (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 27 18:21:37 UTC 2020


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

New commits:
commit 8ad070c0e53483250f923006f038e69b5b50c62e
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Mon Apr 27 11:20:10 2020 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Mon Apr 27 20:21:16 2020 +0200

    loleaflet: fix when cleaning the dist folder
    
    Change-Id: If4abbc0acbc15b99d65fe6db488ab300378ec663
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92983
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Henry Castro <hcastro at collabora.com>

diff --git a/loleaflet/Makefile.am b/loleaflet/Makefile.am
index 517ca3e2b..2fc3a232c 100644
--- a/loleaflet/Makefile.am
+++ b/loleaflet/Makefile.am
@@ -580,7 +580,7 @@ l10n: pot
 
 clean-local:
 	rm -rf node_modules
-	@rm -rf $(DIST_FOLDER)/dist
+	@rm -rf $(DIST_FOLDER)
 	@rm -rf $(builddir)/build/dist
 	@rm -f $(abs_srcdir)/jsconfig.json
 	@rm -f $(abs_srcdir)/admin/jsconfig.json


More information about the Libreoffice-commits mailing list