Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/arp-scan: don't install package data
@ 2023-08-04 16:02 Dario Binacchi
  2023-08-04 17:21 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Dario Binacchi @ 2023-08-04 16:02 UTC (permalink / raw)
  To: buildroot; +Cc: linux-amarula, Dario Binacchi, Angelo Compagnucci

The patch only installs the executables (less than 100kb) saving 1.4Mb
of rootfs data.

The list of what is no longer being installed:
- arp-fingerprint.1 -> /usr/share/man/man1
- arp-scan.1        -> /usr/share/man/man1
- get-oui.1         -> /usr/share/man/man1
- ieee-oui.txt      -> /usr/share/arp-scan
- mac-vendor.txt    -> /etc/arp-scan
- mac-vendor.5      -> /usr/share/man/man5

Cc: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
 package/arp-scan/arp-scan.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/arp-scan/arp-scan.mk b/package/arp-scan/arp-scan.mk
index 89644be9d3ef..1c1bd34882ea 100644
--- a/package/arp-scan/arp-scan.mk
+++ b/package/arp-scan/arp-scan.mk
@@ -23,4 +23,6 @@ else
 ARP_SCAN_CONF_OPTS += --without-libcap
 endif
 
+ARP_SCAN_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-exec
+
 $(eval $(autotools-package))
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-08-04 17:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-04 16:02 [Buildroot] [PATCH 1/1] package/arp-scan: don't install package data Dario Binacchi
2023-08-04 17:21 ` Yann E. MORIN

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