From cce7313605efae236a9291166eacb6cb936fc61b Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Sat, 5 Jan 2013 12:10:48 +0000 Subject: [PATCH] 6276: Fix error installing gramps.png svn: r20999 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c6fb6af78..ee99f854d 100644 --- a/setup.py +++ b/setup.py @@ -426,7 +426,7 @@ setup(name = 'gramps', data_files=[('share/mime-info', ['data/gramps.mime']), ('share/icons/gnome/48x48/mimetypes', PNG_FILES), ('share/icons/gnome/scalable/mimetypes', SVG_FILES), - ('share/icons', ['gramps/images/gramps.png']), + ('share/icons', ['images/gramps.png']), ('share/doc/gramps/example/gedcom', GEDCOM_FILES), ('share/doc/gramps/example/gramps', GRAMPS_FILES), ('share/doc/gramps', DOC_FILES),