Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Jan 22, 2025
1 parent 93d416e commit 9ee28ff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ppkg
Original file line number Diff line number Diff line change
Expand Up @@ -7322,6 +7322,13 @@ EOF

#########################################################################################

[ "$PACKAGE_USE_BSYSTEM_CARGO" = 1 ] && {
run rm -f .crates.toml
run rm -f .crates2.json
}

#########################################################################################

[ -n "$PACKAGE_DOEXTRA" ] && {
step "doextra"

Expand Down Expand Up @@ -7460,13 +7467,6 @@ $PACKAGE_DOTWEAK

#########################################################################################

[ "$PACKAGE_USE_BSYSTEM_CARGO" = 1 ] && {
run rm -f .crates.toml
run rm -f .crates2.json
}

#########################################################################################

run cd .ppkg

#########################################################################################
Expand Down

0 comments on commit 9ee28ff

Please sign in to comment.