[Xfce4-commits] [apps/ristretto] 01/01: Fix icon installation (Bug #11614)

noreply at xfce.org noreply at xfce.org
Mon Mar 2 13:40:16 CET 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository apps/ristretto.

commit 79658b81e7eac7e21f7c470d40e00e0c2cf5b9c4
Author: Guido Berhoerster <gber at opensuse.org>
Date:   Mon Mar 2 15:30:27 2015 +0300

    Fix icon installation (Bug #11614)
    
    Due to a typo in the Makefile 128x128 icons get installed
    in 48x48 directory.
    
    Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
 icons/128x128/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/icons/128x128/Makefile.am b/icons/128x128/Makefile.am
index b7f2fca..ce59b5a 100644
--- a/icons/128x128/Makefile.am
+++ b/icons/128x128/Makefile.am
@@ -1,7 +1,7 @@
 
 # Inspired by Makefile.am from the Thunar file-manager
 
-iconsdir = $(datadir)/icons/hicolor/48x48/apps
+iconsdir = $(datadir)/icons/hicolor/128x128/apps
 icons_DATA = ristretto.png
 	
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list