mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
meson: Fix permissions of installed scripts
configure_file preserves the attributes, so the templates need to be executable for the (installed) outputs to be executable. https://bugzilla.gnome.org/show_bug.cgi?id=787671
This commit is contained in:
committed by
Philip Withnall
parent
b9f2ea4235
commit
30b25a6fd9
@@ -76,7 +76,6 @@ python_tools_conf.set('VERSION', glib_version)
|
||||
python_tools_conf.set('PYTHON', python.path())
|
||||
|
||||
foreach tool: python_tools
|
||||
# FIXME: Ensure we set the appropriate permissions
|
||||
tool_bin = configure_file(
|
||||
input : tool + '.in',
|
||||
output : tool,
|
||||
|
Reference in New Issue
Block a user