From 7b243bb50cfacbbd50bf7ecdf938815d67cf0710 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 1 Sep 2021 21:28:12 +0200 Subject: [PATCH] bring back rm -rf --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c1599dfd..0cb03b3c 100755 --- a/debian/rules +++ b/debian/rules @@ -783,7 +783,7 @@ endif # Delete the target build directory to save some space on the build systems # All the files have been installed in $(CURDIR)/debian/tmp/ already -# rm -rf $(TARGET_BUILD) + rm -rf $(TARGET_BUILD) override_dh_makeshlibs: