userutils: minor recipe update from build

This commit is contained in:
2026-07-10 10:22:33 +03:00
parent a838b3be13
commit a8b7ec646a
+1 -1
View File
@@ -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"
"""