mirror of
https://abf.rosa.ru/djam/claws-mail.git
synced 2025-02-23 07:12:52 +00:00
Fix doc permissions
This commit is contained in:
parent
dfe3d7b848
commit
5188923fbb
1 changed files with 3 additions and 0 deletions
|
@ -692,6 +692,9 @@ rm -f %{buildroot}%{_libdir}/%{name}/tools/Makefile*
|
|||
|
||||
%find_lang %{name}
|
||||
|
||||
# Fix strange executable permissions
|
||||
find %{buildroot}%{_libdir}/%{name}/tools/ -type f -perm 744 -exec chmod 755 {} \;
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue