configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit 2486803ee26c10751ff92e46c53cc03ad0a1218d Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> AuthorDate: Thu Nov 2 10:44:10 2023 +0100 Commit: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> CommitDate: Sun Nov 5 12:18:59 2023 +0100 move macOS specific entitlements file templates to sysui/desktop/macosx generated location is kept to not have further changes in existing scripts using those files. Change-Id: Ia14864bd6f9c69e2c77d39806e733f50155d12b3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158791 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> diff --git a/configure.ac b/configure.ac index c8466ae65e01..f6ea33f4cfc7 100644 --- a/configure.ac +++ b/configure.ac @@ -5697,14 +5697,14 @@ if test "$cross_compiling" = "yes"; then config_host.mk.in \ config_host_lang.mk.in \ Makefile.in \ - lo.xcent.in \ bin/bffvalidator.sh.in \ bin/odfvalidator.sh.in \ bin/officeotron.sh.in \ - hardened_runtime.xcent.in \ instsetoo_native/util/openoffice.lst.in \ config_host/*.in \ sysui/desktop/macosx/Info.plist.in \ + sysui/desktop/macosx/hardened_runtime.xcent.in \ + sysui/desktop/macosx/lo.xcent.in \ .vscode/vs-code-template.code-workspace.in \ solenv/lockfile/autoconf.h.in \ ) \ @@ -15034,13 +15034,13 @@ AC_CONFIG_LINKS([include:include]) AC_CONFIG_FILES([config_host.mk config_host_lang.mk Makefile - lo.xcent bin/bffvalidator.sh bin/odfvalidator.sh bin/officeotron.sh - hardened_runtime.xcent instsetoo_native/util/openoffice.lst sysui/desktop/macosx/Info.plist + hardened_runtime.xcent:sysui/desktop/macosx/hardened_runtime.xcent.in + lo.xcent:sysui/desktop/macosx/lo.xcent.in vs-code.code-workspace.template:.vscode/vs-code-template.code-workspace.in]) AC_CONFIG_HEADERS([config_host/config_atspi.h]) diff --git a/hardened_runtime.xcent.in b/sysui/desktop/macosx/hardened_runtime.xcent.in similarity index 100% rename from hardened_runtime.xcent.in rename to sysui/desktop/macosx/hardened_runtime.xcent.in diff --git a/lo.xcent.in b/sysui/desktop/macosx/lo.xcent.in similarity index 100% rename from lo.xcent.in rename to sysui/desktop/macosx/lo.xcent.in