Skip to content

Commit

Permalink
config.mk: Note that hardcoded ICON_PREFIX (if app==1) is intentional
Browse files Browse the repository at this point in the history
(see #337)
  • Loading branch information
derf committed Oct 16, 2017
1 parent ddb9966 commit 7c516ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c516ea

Please sign in to comment.