summaryrefslogtreecommitdiff
path: root/package/feh
diff options
context:
space:
mode:
authorJames Knight <james.knight@rockwellcollins.com>2015-10-22 15:05:50 -0400
committerPeter Korsgaard <peter@korsgaard.com>2015-10-22 23:42:27 +0200
commit948e4837d32e7c708427864551090ee1935ea0ef (patch)
treedd5b32a1ec4d6c2900a91bd2afa86e875751b949 /package/feh
parentadc89c35764229248e4fd810a0d19cb3cf203eab (diff)
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>
Diffstat (limited to 'package/feh')
-rw-r--r--package/feh/feh.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/feh/feh.mk b/package/feh/feh.mk
index 03435dc36..7381e2527 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))