debian: Use CARGO_HOME more like librsvg does

This commit is contained in:
Dorota Czaplejewicz
2019-09-12 17:55:27 +00:00
parent 9093226abe
commit 7d0070a155

2
debian/rules vendored
View File

@ -1,6 +1,6 @@
#!/usr/bin/make -f #!/usr/bin/make -f
export CARGO_HOME=/tmp/cargo export CARGO_HOME = $(CURDIR)/debian/cargo
export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%: %: