Skip to content

Commit d714772

Browse files
committed
Bring back the CARGO variable for proxmox-backup
1 parent cacf2e6 commit d714772

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/debian/rules b/debian/rules
2+
index 70cec475..2fead34f 100755
3+
--- a/debian/rules
4+
+++ b/debian/rules
5+
@@ -8,7 +8,7 @@ include /usr/share/rustc/architecture.mk
6+
7+
export BUILD_MODE=release
8+
9+
-export CARGO=/usr/share/cargo/bin/cargo
10+
+export CARGO=/usr/bin/cargo
11+
12+
export CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
13+
export DEB_HOST_RUST_TYPE DEB_HOST_GNU_TYPE

0 commit comments

Comments
 (0)