This commit is contained in:
Sergey Zhemoitel 2021-05-13 11:09:54 +03:00
parent b5c3a5df9a
commit 63832b3389

View file

@ -104,6 +104,10 @@ install -Dm0644 code.xpm %{buildroot}%{_datadir}/pixmaps/%{name}.png
# remove suid # remove suid
chmod -s %{buildroot}/%{_optdir}/%{name}/chrome-sandbox chmod -s %{buildroot}/%{_optdir}/%{name}/chrome-sandbox
# fix permissions
find %{_optdir} -perm 0666 -type f -exec chmod 0644 {} \;
%files %files
%doc LICENSE.txt README.md %doc LICENSE.txt README.md
%{_bindir}/%{name} %{_bindir}/%{name}