[Buildroot] [PATCH v2 3/3] package/iputils: create ping6 symlink in post install target hook

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Jun 22 08:08:05 UTC 2019


On Wed, 19 Jun 2019 23:30:08 +0200
Petr Vorel <petr.vorel at gmail.com> wrote:

> +# upstream requires distros to create symlink
> +define IPUTILS_CREATE_PING6_SYMLINK
> +ln -sv $(TARGET_DIR)/bin/ping $(TARGET_DIR)/bin/ping6

Such commands are normally indented. Also instead of -sv, you should
have used -sf. The verbosity is not needed, but the -f is needed so
that reinstallation of the package works properly.

I've applied after fixing this. Thanks a lot!

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


More information about the buildroot mailing list