[Buildroot] [PATCH 1/1] package/iputils: fix service installation

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Nov 2 21:27:36 UTC 2019


Hello Petr,

On Sat,  2 Nov 2019 16:17:26 +0100
Petr Vorel <petr.vorel at gmail.com> wrote:

>  define IPUTILS_INSTALL_SERVICE_NINFOD
> +	$(INSTALL) -D -m 0644 $(@D)/systemd/ninfod.service.in \
> +		$(TARGET_DIR)/usr/lib/systemd/system/ninfod.service

This cannot be right: ninfod.service.in contains @sbindir@ that needs
to be replaced before being installed.

>  define IPUTILS_INSTALL_SERVICE_RDISC
> +	$(INSTALL) -D -m 0644 $(@D)/systemd/rdisc.service.in \
> +		$(TARGET_DIR)/usr/lib/systemd/system/rdisc.service

Ditto.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list