Codebase list feroxbuster / d617703
Do not build in dh_clean but in dh_auto_build Sophie Brun 3 years ago
1 changed file(s) with 3 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1010 dh $@
1111
1212 override_dh_auto_build:
13 ifeq ($(VENDORED),1)
1314 env CARGO_HOME="$$(pwd)/target/cargo" \
15 make vendor
16 endif
1417 dh_auto_build
1518
1619 override_dh_auto_clean:
1720 ifeq ($(CLEAN),1)
1821 make clean
1922 endif
20 ifeq ($(VENDORED),1)
21 if ! ischroot; then \
22 make vendor; \
23 fi
24 endif
2523
2624 override_dh_auto_install:
2725 dh_auto_install -- prefix=/usr