From 54b2ed2622d35306f984ad3feb308a9391dd8ea3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 13 Jan 2024 17:48:59 +0200 Subject: build(debian/rules): install binary in offline mode, for Ambient Signed-off-by: Lars Wirzenius Sponsored-by: author --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6589e45..f970169 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ override_dh_auto_build: true override_dh_auto_install: - cargo install --path=. --root=debian/jt + cargo install --path=. --root=debian/jt --offline find debian/jt -name '.crates*' -delete override_dh_auto_test: -- cgit v1.2.1