external/harfbuzz/UnpackedTarball_harfbuzz.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d80de8925edf6ab38ec48967199b9ea29bb2f6ee Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> AuthorDate: Fri Apr 25 11:45:37 2025 +0200 Commit: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> CommitDate: Fri Apr 25 14:41:56 2025 +0200 harfbuzz with fully-internal python: extend the chmod to all python scripts depending on the meson version also other scripts like src/relative_to.py are run and cause the same problem (namely picking up system python instead of the python meson was run with, see description of df83ad933b11e973855d66792c9aff38714f9201 / the commend in the makefile for more details Change-Id: I2c75d9a12455495174be7c53a1cca5d5a8f45f8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184622 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> diff --git a/external/harfbuzz/UnpackedTarball_harfbuzz.mk b/external/harfbuzz/UnpackedTarball_harfbuzz.mk index aad08765852a..7df503752f08 100644 --- a/external/harfbuzz/UnpackedTarball_harfbuzz.mk +++ b/external/harfbuzz/UnpackedTarball_harfbuzz.mk @@ -24,6 +24,6 @@ $(eval $(call gb_UnpackedTarball_add_patches,harfbuzz, \ # case to avoid incompatibilities with the system python version). # And while it does so unconditionally on windows, on other platforms that only # happens if the command to run doesn't have the executable bit set. -$(eval $(call gb_UnpackedTarball_set_post_action,harfbuzz,chmod a-x src/gen*.py)) +$(eval $(call gb_UnpackedTarball_set_post_action,harfbuzz,chmod a-x src/*.py)) # vim: set noet sw=4 ts=4: