From 75ee7e502cb8bb06121006555b55e51f655a0ef1 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 9 Jun 2024 22:48:02 +0000 Subject: [PATCH] Update a recipe --- recipes/wip/tools/posixutils-rs/recipe.toml | 47 +++++++++++---------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/recipes/wip/tools/posixutils-rs/recipe.toml b/recipes/wip/tools/posixutils-rs/recipe.toml index 22a99c636..c4f31beab 100644 --- a/recipes/wip/tools/posixutils-rs/recipe.toml +++ b/recipes/wip/tools/posixutils-rs/recipe.toml @@ -4,29 +4,30 @@ git = "https://github.com/rustcoreutils/posixutils-rs" [build] template = "custom" script = """ -cookbook_cargo +cookbook_cargo --bin calc datetime dev display file \ +fs misc pathnames plib process screen sys text tree users xform -BIN=( - calc - datetime - dev - display - file - fs - misc - pathnames - plib - process - screen - sys - text - tree - users - xform -) +#BIN=( +# calc +# datetime +# dev +# display +# file +# fs +# misc +# pathnames +# plib +# process +# screen +# sys +# text +# tree +# users +# xform +#) -for bin in "${BINS[@]}" -do - ln -sv coreutils "${COOKBOOK_STAGE}/usr/bin/$bin" -done +#for bin in "${BINS[@]}" +#do +# ln -sv coreutils "${COOKBOOK_STAGE}/usr/bin/$bin" +#done """