mirror of
https://abf.rosa.ru/djam/vscode.git
synced 2025-02-24 06:02:55 +00:00
fix perm
This commit is contained in:
parent
1415a9fe5b
commit
755cb88b55
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue