This commit is contained in:
Sergey Zhemoitel 2021-05-15 08:30:28 +03:00
parent 1415a9fe5b
commit 755cb88b55

View file

@ -105,7 +105,7 @@ install -Dm0644 code.xpm %{buildroot}%{_datadir}/pixmaps/%{name}.png
chmod -s %{buildroot}/%{_optdir}/%{name}/chrome-sandbox
# fix permissions
find %{_optdir} -perm 0666 -type f -exec chmod 0644 {} \;
find %{buildroot}%{_optdir} -perm 0666 -type f -exec chmod 0644 {} \;
%files