mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
plug-ins: install Python plug-ins in rwxr-xr-x.
Without the write permission for the owner, the `make install-plug-ins` special target fails on Python plug-ins. And anyway I don't see a reason why not give write permission to the owner (like all other plug-ins are installed).
This commit is contained in:
parent
9399c937df
commit
4fa7d078d0
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ foreach plugin : plugins
|
||||||
srcs = plugin.get('srcs', name + '.py')
|
srcs = plugin.get('srcs', name + '.py')
|
||||||
|
|
||||||
install_data(srcs, install_dir: gimpplugindir / 'plug-ins' / name,
|
install_data(srcs, install_dir: gimpplugindir / 'plug-ins' / name,
|
||||||
install_mode: 'r-xr-xr-x')
|
install_mode: 'rwxr-xr-x')
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue