From d574ceb8905376549607dcb93903ab20d9f63764 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 26 Feb 2010 15:39:27 +0000 Subject: [PATCH] fix spec --- gnome-icon-theme.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnome-icon-theme.spec b/gnome-icon-theme.spec index 1dfb2eb..85e5d70 100644 --- a/gnome-icon-theme.spec +++ b/gnome-icon-theme.spec @@ -38,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/* # create symlinks for gtk stock icons, these are not really 'legacy' # this uses the legacy-icon-mapping.xml file in cvs cd $RPM_BUILD_ROOT/usr/share/icons/gnome -for size in 8x8 16x16 22x22 24x24 32x32 48x48 scalable; do +for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do ( cd $size for context in *; do @@ -74,7 +74,6 @@ done %defattr(-,root,root) %doc COPYING AUTHORS %{_datadir}/icons/gnome -#%{_datadir}/icons/hicolor/* %{_datadir}/pkgconfig/gnome-icon-theme.pc %changelog