summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2019-04-27 14:51:08 +0200
committerAndras Timar <andras.timar@collabora.com>2019-04-30 08:48:27 +0200
commit1d940ec1de349349b048056c4284223d6eea48f3 (patch)
tree28f6ba4e76ab0bdba6bdc882de9d28646a5eb94a /scp2
parentdd8d5e5795358d732a9f7a8af7c35f662321e332 (diff)
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@collabora.com>
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/scpaction_ooo.scp4
1 files changed, 2 insertions, 2 deletions
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