mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Copy theide-48x48.png into /usr/share/icons/hicolor/48x48/apps intead of /usr/share/pixmaps
git-svn-id: svn://ultimatepp.org/upp/trunk@1441 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d3d5c066a5
commit
cd0d3d47f9
1 changed files with 3 additions and 3 deletions
|
|
@ -89,13 +89,13 @@ rm -rf %{buildroot}
|
|||
|
||||
install -d %{buildroot}/%{_bindir}
|
||||
install -d %{buildroot}/%{_desktopdir}
|
||||
install -d %{buildroot}/%{_datadir}/pixmaps
|
||||
install -d %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps
|
||||
install -d %{buildroot}/%{_datadir}/%{name}
|
||||
|
||||
install out/ide.out %{buildroot}/%{_bindir}/theide
|
||||
|
||||
cp -p uppsrc/ide/theide.desktop %{buildroot}/%{_desktopdir}/theide.desktop
|
||||
cp -p uppsrc/ide/theide-48.png %{buildroot}/%{_datadir}/pixmaps/theide.png
|
||||
cp -p uppsrc/ide/theide-48.png %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/theide.png
|
||||
|
||||
cp -a bazaar %{buildroot}/%{_datadir}/%{name}/
|
||||
# cp -a Common %{buildroot}/%{_datadir}/%{name}/
|
||||
|
|
@ -146,7 +146,7 @@ rm -fr %{buildroot}
|
|||
%doc uppsrc/ide/Copying
|
||||
%{_bindir}/theide
|
||||
%{_desktopdir}/theide.desktop
|
||||
%{_datadir}/pixmaps/theide.png
|
||||
%{_datadir}/icons/hicolor/48x48/apps/theide.png
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue