Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Jan 24, 2025
1 parent e338fa3 commit 6b0c2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ override_dh_auto_configure:
# Go manual if cargo-vendor-filterer is not around, otherwise dh-cargo
# will ensure that what we've filtered is still there.
if ! command -v cargo-vendor-filterer 2>/dev/null; then \
$(CARGO_PATH) prepare-debian $(CARGO_VENDOR_DIR); \
$(CARGO_PATH) prepare-debian "$(CARGO_VENDOR_DIR)"; \
else \
dh_auto_configure --buildsystem=cargo; \
fi
Expand Down

0 comments on commit 6b0c2ca

Please sign in to comment.