[Bug 288351] release/Makefile should not use the host /usr/bin/install command, but the freshly built one
Date: Thu, 24 Jul 2025 13:32:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288351
Dag-Erling Smørgrav <des@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |des@FreeBSD.org
--- Comment #2 from Dag-Erling Smørgrav <des@FreeBSD.org> ---
macOS's install command is not old - you can see the source here:
https://github.com/apple-oss-distributions/file_cmds/tree/main/install
Presumably, the issue you ran into is that they deliberately disabled the `-N`
option, which is used when building release tarballs.
--
You are receiving this mail because:
You are the assignee for the bug.