mirror of
https://abf.rosa.ru/djam/claws-mail.git
synced 2025-02-23 15:22:51 +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}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
# Fix strange executable permissions
|
||||||
|
find %{buildroot}%{_libdir}/%{name}/tools/ -type f -perm 744 -exec chmod 755 {} \;
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue