summaryrefslogtreecommitdiffstats
path: root/Modules/Internal/CPack
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2022-03-21 03:28:15 (GMT)
committerCraig Scott <craig.scott@crascit.com>2022-03-21 03:31:09 (GMT)
commit95eb8cbcfc0fc5ca4c784efa126b3aa3dafacefd (patch)
treebee80438028d1c92dcc3d97c8bd346d760467346 /Modules/Internal/CPack
parent28fdc3a5363cc8b7b141e9bc28d8e88ce99a431c (diff)
downloadCMake-95eb8cbcfc0fc5ca4c784efa126b3aa3dafacefd.zip
CMake-95eb8cbcfc0fc5ca4c784efa126b3aa3dafacefd.tar.gz
CMake-95eb8cbcfc0fc5ca4c784efa126b3aa3dafacefd.tar.bz2
CPack: Avoid space / tab mix in productbuild distribution.xml template
Diffstat (limited to 'Modules/Internal/CPack')
-rw-r--r--Modules/Internal/CPack/CPack.distribution.dist.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/Modules/Internal/CPack/CPack.distribution.dist.in b/Modules/Internal/CPack/CPack.distribution.dist.in
index f20e66c..e04f7bf 100644
--- a/Modules/Internal/CPack/CPack.distribution.dist.in
+++ b/Modules/Internal/CPack/CPack.distribution.dist.in
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script minSpecVersion="1.0">
- <title>@CPACK_PACKAGE_NAME@</title>
- <welcome file="@CPACK_RESOURCE_FILE_WELCOME_NOPATH@"/>
- <readme file="@CPACK_RESOURCE_FILE_README_NOPATH@"/>
- <license file="@CPACK_RESOURCE_FILE_LICENSE_NOPATH@"/>
- <options allow-external-scripts="no" customize="allow" rootVolumeOnly="false"></options>
- @CPACK_PACKAGEMAKER_CHOICES@
+ <title>@CPACK_PACKAGE_NAME@</title>
+ <welcome file="@CPACK_RESOURCE_FILE_WELCOME_NOPATH@"/>
+ <readme file="@CPACK_RESOURCE_FILE_README_NOPATH@"/>
+ <license file="@CPACK_RESOURCE_FILE_LICENSE_NOPATH@"/>
+ <options allow-external-scripts="no" customize="allow" rootVolumeOnly="false"></options>
+ @CPACK_PACKAGEMAKER_CHOICES@
</installer-gui-script>