Update debian/rules

This commit is contained in:
ferreo 2024-11-27 13:00:12 +01:00
parent f7e402c834
commit 4b3b862542

10
debian/rules vendored
View File

@ -15,15 +15,5 @@ override_dh_auto_build:
env CARGO_HOME="$$(pwd)/target/cargo" \
dh_auto_build
override_dh_auto_clean:
ifeq ($(CLEAN),1)
make clean
endif
ifeq ($(VENDORED),1)
if ! ischroot; then \
make vendor; \
fi
endif
override_dh_auto_install:
dh_auto_install -- prefix=/usr