From c522cd914a621d1ef2d68b0ad3fe7bb23a79c558 Mon Sep 17 00:00:00 2001 From: Thomas Devoogdt Date: Thu, 4 Dec 2025 22:54:46 +0100 Subject: [PATCH] docs/manual: fix typo in migrating-golang-packages Commit 00230e7 "package/pkg-golang: catch use of legacy FOO_INSTALL_BINS" introduced a small typo, fixing that. Signed-off-by: Thomas Devoogdt Signed-off-by: Peter Korsgaard --- docs/manual/migrating.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/migrating.adoc b/docs/manual/migrating.adoc index 130d7a1012..9ded46bfa2 100644 --- a/docs/manual/migrating.adoc +++ b/docs/manual/migrating.adoc @@ -227,4 +227,4 @@ your kernel or use an alternative network manager. === Migrating to 2025.11 In 2025.11, the +FOO_INSTALL_BINS+ variable for golang packages is no longer supported; the list of binaries to install is automatically derived from -the +FOO_BULD_TARGETS+ variable. +the +FOO_BUILD_TARGETS+ variable.