mirror of
https://abf.rosa.ru/djam/vscode.git
synced 2025-02-24 14:12:55 +00:00
fix perm
This commit is contained in:
parent
b5c3a5df9a
commit
63832b3389
1 changed files with 4 additions and 0 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue