feh: install in /usr

By default, feh installs into /usr/local. Adjusting the prefix to point
to a system distribution path.

Signed-off-by: James Knight <james.knight@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
James Knight 2015-10-22 15:05:50 -04:00 committed by Peter Korsgaard
parent adc89c3576
commit 948e4837d3

View file

@ -18,7 +18,7 @@ endef
define FEH_INSTALL_TARGET_CMDS
$(MAKE1) CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) " \
DESTDIR=$(TARGET_DIR) -C $(@D) install
PREFIX=/usr DESTDIR=$(TARGET_DIR) -C $(@D) install
endef
$(eval $(generic-package))