Commit 948e4837 authored by James Knight's avatar James Knight Committed by Peter Korsgaard
Browse files

feh: install in /usr



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

Signed-off-by: default avatarJames Knight <james.knight@rockwellcollins.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent adc89c35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))