fix: coreutils links are invalid

Signed-off-by: sisungo <[email protected]>
This commit is contained in:
2026-06-13 12:45:37 +08:00
parent eee111823d
commit 73b1fcd745
+1 -1
View File
@@ -96,5 +96,5 @@ functions = [
package("coreutils")
for func in functions:
link(f"bin/{func}", f"/bin/{func}")
link(f"bin/coreutils", f"/bin/{func}")
rust.use_auto_pack(["bin"])