From f4bb28795511f7e3915c8572917dcc772d5a1d9b Mon Sep 17 00:00:00 2001 From: Miroslav Ondra Date: Tue, 29 Sep 2020 14:59:27 +0200 Subject: [PATCH] fix typo in debian/rules.armhf --- debian/rules.armhf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules.armhf b/debian/rules.armhf index 49410ae..2888ab7 100755 --- a/debian/rules.armhf +++ b/debian/rules.armhf @@ -46,7 +46,7 @@ endif endif clean: - cat debian/control.in debian/control.in$(CONTROL_INC) >debian/control + cat debian/control.in debian/control.$(CONTROL_INC) >debian/control dh clean --with dkms %: -- 2.34.1