Set the Discord binary to be executable on install, as the binary in the .tar.gz Discord provides is no longer marked as executable by default
This commit is contained in:
parent
a109f75de8
commit
46d0e603b5
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ mkdir -p "%{buildroot}%{apps_dir}"
|
|||
mv "%{downloaded_dir}"/* "%{buildroot}%{install_dir}"
|
||||
cp "%{desktop_file}" "%{buildroot}%{apps_dir}"
|
||||
chmod +x "%{buildroot}%{install_dir}"/*.so
|
||||
chmod +x "%{buildroot}%{install_dir}"/Discord*
|
||||
|
||||
%files
|
||||
%{install_dir}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue