From cadf705d5942661458ca23bb415a13fcea672ed0 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Tue, 15 Oct 2024 17:51:30 -0700 Subject: [PATCH] build might not be dirty --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3958785..407c5fa 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ UNISON_RELEASE=https://github.com/unisonweb/unison/releases/download/trunk-build dh $@ override_dh_clean: - rm -r build + rm -rf build dh_clean override_dh_auto_build: