Index: Mk/Uses/cargo.mk =================================================================== --- Mk/Uses/cargo.mk +++ Mk/Uses/cargo.mk @@ -380,7 +380,7 @@ # cargo-crates-generate-lockfile will try to generate a Cargo.lock file # if it does not exist. -cargo-crates-generate-lockfile: extract +cargo-crates-generate-lockfile: patch @if [ ! -r "${CARGO_CARGOLOCK}" ]; then \ ${ECHO_MSG} "===> ${CARGO_CARGOLOCK} not found. Trying to generate it..."; \ cd ${WRKSRC}; ${_CARGO_RUN} generate-lockfile \