Commit b1e925da authored by Pablo's avatar Pablo

Fix binary permissions once installed

parent 3703044e
......@@ -31,7 +31,7 @@ make %{?_smp_mflags}
%install
cd %{name}
cd tg-master
%{__install} -D -m0550 telegram %{buildroot}/usr/bin/telegram
%{__install} -D -m0755 telegram %{buildroot}/usr/bin/telegram
%files
/usr/bin/telegram
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment