Fix the recipe operations

This commit is contained in:
Ribbon 2024-11-21 21:08:42 +00:00
parent 26fddb3071
commit 6a24a7b534

View file

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