From 4908b1c58292f0768c38523b47e2561c9fade401 Mon Sep 17 00:00:00 2001 From: backpacker69 Date: Thu, 14 Feb 2019 20:54:04 +0300 Subject: [PATCH] trying to fix debuild 3 --- contrib/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/debian/rules b/contrib/debian/rules index 6885e385212..daf9496be76 100755 --- a/contrib/debian/rules +++ b/contrib/debian/rules @@ -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