Skip to content

Commit

Permalink
debian: update patch for debian build
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 1, 2025
1 parent 7d4c0dc commit b3992aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ index 03b18fc4..bf018f7f 100644
@echo "Standalone application 'umu-run' created at '$(DESTDIR)$(PREFIX)/bin'"

PYTHON_PLATFORM_TAG = $(shell $(PYTHON_INTERPRETER) -c 'import sysconfig; print(sysconfig.get_config_var("EXT_SUFFIX"))')
+CARGO_BIN := $(HOME)/.cargo/cargo
+CARGO_BIN := $(HOME)/.cargo/bin/cargo

$(OBJDIR)/.build-umu-delta: | $(OBJDIR)
$(info :: Building delta dependencies )
Expand Down

0 comments on commit b3992aa

Please sign in to comment.