Files
feh/feh-makefile_app.patch
Martin Pluskal 80e1b74e1e Accepting request 1142085 from home:Outbound3031:branches:X11:Utilities
- Update to 3.10.2
  * Fix crash in right-click / menu rendering code on some distributions 
- Drop 'feh-fix_pointer_arithmetics.patch'
- Update keyring

OBS-URL: https://build.opensuse.org/request/show/1142085
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=126
2024-01-29 07:17:44 +00:00

14 lines
523 B
Diff

Index: feh-3.10.2/config.mk
===================================================================
--- feh-3.10.2.orig/config.mk
+++ feh-3.10.2/config.mk
@@ -19,7 +19,7 @@ ICON_PREFIX ?= ${DESTDIR}${PREFIX}/share
# 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
+ ICON_PREFIX = ${DESTDIR}${PREFIX}/share/icons
endif
# Directories for manuals, executables, docs, data, etc.