[Buildroot] [PATCH 1/1] feh: install in /usr

Peter Korsgaard peter at korsgaard.com
Thu Oct 22 21:42:53 UTC 2015


>>>>> "James" == James Knight <james.knight at rockwellcollins.com> writes:

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

 > Signed-off-by: James Knight <james.knight at rockwellcollins.com>


> ---
 >  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 03435dc..7381e25 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))
 > -- 
 > 1.9.5.msysgit.1

 > _______________________________________________
 > buildroot mailing list
 > buildroot at busybox.net
 > http://lists.busybox.net/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list