- 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
14 lines
523 B
Diff
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.
|