From cd0d3d47f96819cc772c041a25f94cd07569e25b Mon Sep 17 00:00:00 2001 From: amrein Date: Wed, 22 Jul 2009 15:39:04 +0000 Subject: [PATCH] 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 --- linux_scripts/rpm/upp.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux_scripts/rpm/upp.spec b/linux_scripts/rpm/upp.spec index ec2e45747..efaaf4c65 100644 --- a/linux_scripts/rpm/upp.spec +++ b/linux_scripts/rpm/upp.spec @@ -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}/*