diff --git a/recipes/gui/orbterm/recipe.toml b/recipes/gui/orbterm/recipe.toml index 8fad2c424..76b2055a0 100644 --- a/recipes/gui/orbterm/recipe.toml +++ b/recipes/gui/orbterm/recipe.toml @@ -8,12 +8,7 @@ DYNAMIC_INIT mkdir -pv "${COOKBOOK_STAGE}/usr/share/ui" cp -rv "${COOKBOOK_SOURCE}/apps" "${COOKBOOK_STAGE}/usr/share/ui/apps" -"${COOKBOOK_CARGO}" install \ - --path "${COOKBOOK_SOURCE}" \ - --root "${COOKBOOK_STAGE}/usr" \ - --locked \ - --no-track \ - ${install_flags} +cookbook_cargo """ [package] diff --git a/recipes/gui/orbutils/recipe.toml b/recipes/gui/orbutils/recipe.toml index 57af30c45..470660630 100644 --- a/recipes/gui/orbutils/recipe.toml +++ b/recipes/gui/orbutils/recipe.toml @@ -8,13 +8,6 @@ DYNAMIC_INIT mkdir -pv "${COOKBOOK_STAGE}/usr/share/ui" cp -rv "${COOKBOOK_SOURCE}/apps" "${COOKBOOK_STAGE}/usr/share/ui/apps" -for project in orbutils launcher -do - "${COOKBOOK_CARGO}" install \ - --path "${COOKBOOK_SOURCE}/${project}" \ - --root "${COOKBOOK_STAGE}/usr" \ - --locked \ - --no-track \ - ${install_flags} -done +COOKBOOK_CARGO_PATH="orbutils" cookbook_cargo +COOKBOOK_CARGO_PATH="launcher" cookbook_cargo """ diff --git a/recipes/tools/powerline/recipe.toml b/recipes/tools/powerline/recipe.toml index 23f3f3854..6a7edbdfc 100644 --- a/recipes/tools/powerline/recipe.toml +++ b/recipes/tools/powerline/recipe.toml @@ -10,7 +10,6 @@ export CARGOFLAGS="--no-default-features --features chrono" ${COOKBOOK_CARGO} install \ --path "${COOKBOOK_SOURCE}/${COOKBOOK_CARGO_PATH}" \ --root "${COOKBOOK_STAGE}/usr" \ - --no-track \ --no-default-features \ --features chrono \ ${install_flags} diff --git a/recipes/tools/sodium/recipe.toml b/recipes/tools/sodium/recipe.toml index f4282493e..09f5aee40 100644 --- a/recipes/tools/sodium/recipe.toml +++ b/recipes/tools/sodium/recipe.toml @@ -9,7 +9,7 @@ DYNAMIC_INIT --path "${COOKBOOK_SOURCE}" \ --root "${COOKBOOK_STAGE}/usr" \ --locked \ - --no-track \ + ${install_flags} \ --features orbital mkdir -pv "${COOKBOOK_STAGE}/usr/share/ui/apps"