From 7c516eabb7c7b940de63417452e4d1eab3b83792 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 16 Oct 2017 21:00:03 +0200 Subject: config.mk: Note that hardcoded ICON_PREFIX (if app==1) is intentional (see #337) --- config.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.mk b/config.mk index 93bb1c3..b230e3d 100644 --- a/config.mk +++ b/config.mk @@ -13,6 +13,9 @@ exif ?= 0 PREFIX ?= /usr/local ICON_PREFIX ?= ${DESTDIR}${PREFIX}/share/icons +# icons in /usr/share/local/icons (and other prefixes != /usr) are not +# generally supported. So ignore PREFIX and always install icons into +# /usr/share/icons if the user wants to install feh on their local machine. ifeq (${app},1) ICON_PREFIX = /usr/share/icons endif -- cgit v1.2.3