forked from mirrors/linphone-iphone
Fix rpm making issue concerning the new location of the icon picture
This commit is contained in:
parent
0215d5b44f
commit
4319db02bf
1 changed files with 1 additions and 2 deletions
|
|
@ -60,7 +60,6 @@ Libraries and headers required to develop software with linphone.
|
|||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
install -p -m 0644 pixmaps/linphone.png $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
||||
%find_lang %{name}
|
||||
desktop-file-install \
|
||||
--delete-original \
|
||||
|
|
@ -88,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/applications/audio-assistant.desktop
|
||||
%{_datadir}/pixmaps/linphone
|
||||
%{_datadir}/linphone
|
||||
%{_datadir}/pixmaps/linphone.png
|
||||
%{_datadir}/icons/*
|
||||
%{_datadir}/sounds/linphone
|
||||
%{_datadir}/appdata/linphone.appdata.xml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue