From 9ee28ffcb4261dd2102e7395999ef6ca4755bd55 Mon Sep 17 00:00:00 2001 From: leleliu008 Date: Thu, 23 Jan 2025 00:00:11 +0800 Subject: [PATCH] optimized --- ppkg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ppkg b/ppkg index 405d1fd..17ab85d 100755 --- a/ppkg +++ b/ppkg @@ -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" @@ -7460,13 +7467,6 @@ $PACKAGE_DOTWEAK ######################################################################################### - [ "$PACKAGE_USE_BSYSTEM_CARGO" = 1 ] && { - run rm -f .crates.toml - run rm -f .crates2.json - } - - ######################################################################################### - run cd .ppkg #########################################################################################