mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
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:
committed by
Peter Korsgaard
parent
adc89c3576
commit
948e4837d3
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user