fix E: script-without-shebang on svg file

f38
Raphael Groner 8 years ago
parent ea4fe69bd1
commit 317cf5c8f7

@ -37,7 +37,7 @@ sed -i -e s:steam:: -e s:flash:: tests/*
%install %install
%make_install %make_install
install -m0755 -d %{buildroot}%{_datadir}/icons/hicolor/scalable/apps install -m0755 -d %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
install -m0755 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
install -m0755 -d %{buildroot}%{_datadir}/applications install -m0755 -d %{buildroot}%{_datadir}/applications
cat <<EOT >>%{buildroot}%{_datadir}/applications/%{name}.desktop cat <<EOT >>%{buildroot}%{_datadir}/applications/%{name}.desktop
[Desktop Entry] [Desktop Entry]

Loading…
Cancel
Save