Skip to content

Commit

Permalink
trying to fix debuild 3
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Feb 14, 2019
1 parent 14fdd18 commit 4908b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/debian/rules
Expand Up @@ -6,7 +6,7 @@
# $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,src/test_bitcoin)

%:
dh --with bash-completion $@
dh $@ --with bash-completion

override_dh_auto_clean:
if [ -f Makefile ]; then $(MAKE) distclean; fi
Expand Down

0 comments on commit 4908b1c

Please sign in to comment.