[Libreoffice-commits] core.git: scp2/source
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 30 06:49:36 UTC 2019
scp2/source/ooo/scpaction_ooo.scp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1d940ec1de349349b048056c4284223d6eea48f3
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Sat Apr 27 14:51:08 2019 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Apr 30 08:48:27 2019 +0200
Fix mac build with --with-package-format=dmg
Regression from 7a9f6df7fb83ec23d09cb5744c2c865fa22e7143
ERROR: The following errors occurred in packaging process:
ERROR: Source for LICENSE.html not found!
ERROR: Could not copy to
/Users/gerrit/lode/bibisect/core63/workdir/installation/LibreOfficeDev/dmg/
install/en-US_inprogress/LibreOfficeDev_6.3.0.0.alpha0_MacOS_x86-64/LICENSEs/LICENSE.html No such file or directory
Change-Id: I6c51a853238b1ecea64f900c0c60e7a9bb370dc9
Reviewed-on: https://gerrit.libreoffice.org/71417
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/scp2/source/ooo/scpaction_ooo.scp b/scp2/source/ooo/scpaction_ooo.scp
index ad15dfb8aaab..415963480734 100644
--- a/scp2/source/ooo/scpaction_ooo.scp
+++ b/scp2/source/ooo/scpaction_ooo.scp
@@ -20,8 +20,8 @@
#ifdef MACOSX
ScpAction scp_Copy_Thirdpartylicense_Readme_Html
- Copy = "LICENSE.html";
- Name= "LICENSE.html";
+ Copy = "license.html";
+ Name= "license.html";
Subdir = "LICENSEs";
End
#endif
More information about the Libreoffice-commits
mailing list