From 948e4837d32e7c708427864551090ee1935ea0ef Mon Sep 17 00:00:00 2001 From: James Knight Date: Thu, 22 Oct 2015 15:05:50 -0400 Subject: [PATCH] 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 Signed-off-by: Peter Korsgaard --- package/feh/feh.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/feh/feh.mk b/package/feh/feh.mk index 03435dc36f..7381e25275 100644 --- a/package/feh/feh.mk +++ b/package/feh/feh.mk @@ -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)) -- 2.30.2