From afd2fb21b906297426418b5098a75307ade09372 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 11 Sep 2021 22:34:20 -0400 Subject: newmoon d/rules dh $@ --without autoreconf --- newmoon/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newmoon/debian/rules') diff --git a/newmoon/debian/rules b/newmoon/debian/rules index a3a6073..f47e5cc 100755 --- a/newmoon/debian/rules +++ b/newmoon/debian/rules @@ -16,7 +16,7 @@ export SHELL=/bin/bash export MCFILE=debian/mozconfig %: - dh $@ + dh $@ --without autoreconf override_dh_auto_clean: dh_auto_clean -- cgit