From 46d0e603b5f4929f6973ac3105acfc324355e44a Mon Sep 17 00:00:00 2001 From: Hikari-chin Date: Thu, 22 Nov 2018 23:30:45 -0500 Subject: [PATCH] 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 --- discord.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/discord.spec b/discord.spec index cf3f156..049345f 100644 --- a/discord.spec +++ b/discord.spec @@ -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}