From b18fcf3ca2c1fb914c490ea453968b128cbd261b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 22 Apr 2014 22:54:53 +0200 Subject: [PATCH] icons must be in /usr/share/icons and not depends on the --prefix of configure --- icons/hicolor/scalable/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/hicolor/scalable/Makefile.am b/icons/hicolor/scalable/Makefile.am index ec5544f..0417ce3 100644 --- a/icons/hicolor/scalable/Makefile.am +++ b/icons/hicolor/scalable/Makefile.am @@ -1,4 +1,4 @@ -themedir = $(datadir)/icons/hicolor +themedir = /usr/share/icons/hicolor size = scalable context = apps EXTRA_DIST = prss.svg -- 2.7.4