From 44b820ea055fcc5cfb4a6a9c0f86e8c98f473810 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 18 Sep 2021 21:03:15 +0200 Subject: [PATCH] remove the build dir --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8c739d22..507c99e4 100755 --- a/debian/rules +++ b/debian/rules @@ -796,7 +796,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: