Skip to content
Snippets Groups Projects
Commit bcbb1a76 authored by Lennard Gäher's avatar Lennard Gäher
Browse files

maybe properly fix installation?

parent 0dc9a850
No related branches found
No related tags found
No related merge requests found
Pipeline #93235 passed
......@@ -88,7 +88,7 @@ case "$COMMAND" in
install|install-debug)
# "--locked" to respect the Cargo.lock file if it exists,
# "--offline" to avoid querying the registry (for yanked packages).
cd translation; cargo install $CARGO_INSTALL_FLAGS --path "$RRDIR" --force --locked --offline "$@"
cargo install $CARGO_INSTALL_FLAGS --path "$RRDIR"/translation --force --locked --offline "$@"
;;
check|check-debug)
# Check, and let caller control flags.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment