From 09253b726cafe7e7aacf3eb6ae8018fcaa1b1fa4 Mon Sep 17 00:00:00 2001 From: Salvatore Iovene Date: Sun, 13 Dec 2009 23:21:28 +0200 Subject: [PATCH] Install icon to correct path. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fc8ddc6..38a5f6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ libtweakr_la_SOURCES = \ desktopentrydir = $(prefix)/share/applications/hildon-control-panel desktopentry_DATA = tweakr.desktop -icondir = $(prefix)/share/icons/hicolor/32x32/hildon +icondir = $(prefix)/share/icons/hicolor/48x48/hildon icon_DATA = data/control_tweakr.png EXTRA_DIST = $(desktopentry_DATA) $(icon_DATA) -- 1.7.9.5