[gbrainy] Copy the 48x48 icon to the 48x48 directory instead of the 32x32 version



commit f62c0305d2ce5346c31596c747f6d8e545ac3501
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Mar 16 08:15:22 2011 +0100

    Copy the 48x48 icon to the 48x48 directory instead of the 32x32 version

 data/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 96712b9..069f8e9 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -67,7 +67,7 @@ install-data-local:
 	@-$(mkinstalldirs) $(DESTDIR)$(hicolordir)/32x32/apps
 	$(INSTALL_DATA) $(srcdir)/app-graphics/gbrainy.png $(DESTDIR)$(hicolordir)/32x32/apps/gbrainy.png
 	@-$(mkinstalldirs) $(DESTDIR)$(hicolordir)/48x48/apps
-	$(INSTALL_DATA) $(srcdir)/app-graphics/gbrainy.png $(DESTDIR)$(hicolordir)/48x48/apps/gbrainy.png
+	$(INSTALL_DATA) $(srcdir)/app-graphics/gbrainy48.png $(DESTDIR)$(hicolordir)/48x48/apps/gbrainy.png
 	@-$(mkinstalldirs) $(DESTDIR)$(images)
 	$(INSTALL_DATA) $(srcdir)/verbal_analogies.xml $(DESTDIR)$(images)/verbal_analogies.xml
 	$(INSTALL_DATA) $(srcdir)/games.xml $(DESTDIR)$(images)/games.xml



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]