mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-31 09:44:50 +01:00
Fix strawberry.spec for Mageia
This commit is contained in:
parent
e80c9c4101
commit
424b1e7d1f
6
dist/unix/strawberry.spec.in
vendored
6
dist/unix/strawberry.spec.in
vendored
@ -115,11 +115,15 @@ Features:
|
||||
%endif
|
||||
|
||||
%install
|
||||
%if 0%{?centos} || 0%{?mageia}
|
||||
%if 0%{?centos}
|
||||
%make_install
|
||||
%else
|
||||
%if 0%{?mageia}
|
||||
%make_install -C build
|
||||
%else
|
||||
%cmake_install
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version}
|
||||
%suse_update_desktop_file org.strawberrymusicplayer.strawberry Qt AudioVideo Audio Player
|
||||
|
Loading…
x
Reference in New Issue
Block a user