From a8b7ec646a1883b6b34659e8b9c9fd4d16e0cf0d Mon Sep 17 00:00:00 2001 From: vasilito Date: Fri, 10 Jul 2026 10:22:33 +0300 Subject: [PATCH] userutils: minor recipe update from build --- recipes/core/userutils/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/core/userutils/recipe.toml b/recipes/core/userutils/recipe.toml index 6ac31c37f0..d7c44bbb3a 100644 --- a/recipes/core/userutils/recipe.toml +++ b/recipes/core/userutils/recipe.toml @@ -7,5 +7,5 @@ script = """ cookbook_cargo cp -rv "${COOKBOOK_SOURCE}/res" "${COOKBOOK_STAGE}/etc" rm -f "${COOKBOOK_STAGE}/etc/motd" -ln -s id "${COOKBOOK_STAGE}/usr/bin/whoami" +ln -sf id "${COOKBOOK_STAGE}/usr/bin/whoami" """