Merge branch 'fix-recipes' into 'master'

Fix the recipe operations

See merge request redox-os/redox!1525
This commit is contained in:
Jeremy Soller 2024-12-03 21:39:46 +00:00
commit 9754afcfac

View file

@ -34,7 +34,6 @@ ifeq ($(PODMAN_BUILD),1)
else
cd cookbook && ./clean.sh
-rm -rf cookbook/repo
cargo clean --manifest-path cookbook/pkgutils/Cargo.toml
cargo clean --manifest-path installer/Cargo.toml
cargo clean --manifest-path redoxfs/Cargo.toml
cargo clean --manifest-path relibc/Cargo.toml