Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/haproxy: install only binary
@ 2020-02-03 20:52 Fabrice Fontaine
  2020-02-03 20:52 ` [Buildroot] [PATCH 2/2] package/haproxy: bump to version 2.1.2 Fabrice Fontaine
  2020-02-03 21:39 ` [Buildroot] [PATCH 1/2] package/haproxy: install only binary Thomas Petazzoni
  0 siblings, 2 replies; 7+ messages in thread
From: Fabrice Fontaine @ 2020-02-03 20:52 UTC (permalink / raw)
  To: buildroot

Use install-bin instead of install target to avoid installing doc and
man pages

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/haproxy/haproxy.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/haproxy/haproxy.mk b/package/haproxy/haproxy.mk
index 9f6f2818ae..88247d8e63 100644
--- a/package/haproxy/haproxy.mk
+++ b/package/haproxy/haproxy.mk
@@ -82,7 +82,7 @@ endef
 
 define HAPROXY_INSTALL_TARGET_CMDS
 	$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) \
-		$(HAPROXY_MAKE_OPTS) -C $(@D) DESTDIR=$(TARGET_DIR) install
+		$(HAPROXY_MAKE_OPTS) -C $(@D) DESTDIR=$(TARGET_DIR) install-bin
 endef
 
 $(eval $(generic-package))
-- 
2.24.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-02-03 22:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-03 20:52 [Buildroot] [PATCH 1/2] package/haproxy: install only binary Fabrice Fontaine
2020-02-03 20:52 ` [Buildroot] [PATCH 2/2] package/haproxy: bump to version 2.1.2 Fabrice Fontaine
2020-02-03 21:43   ` Thomas Petazzoni
2020-02-03 22:27   ` Peter Korsgaard
2020-02-03 22:32     ` Fabrice Fontaine
2020-02-03 22:37     ` Peter Korsgaard
2020-02-03 21:39 ` [Buildroot] [PATCH 1/2] package/haproxy: install only binary Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox