From 69dfe64d86cc27facc6e23125ea4d8a496cd3af3 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 4 Apr 2016 13:22:56 +0000 Subject: [PATCH] Stop removing the lib, seems to be installed now --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c64fe910..ff08bf55 100755 --- a/debian/rules +++ b/debian/rules @@ -433,7 +433,7 @@ ifeq (${POLLY_ENABLE},yes) endif # Managed by debian build system - rm -f $(CURDIR)/$(TARGET_BUILD)/$(BUILD_DIR)/lib/python*/site-packages/lldb/_lldb.so $(TARGET_BUILD)/$(BUILD_DIR)/lib/liblldb-$(LLVM_VERSION).so + rm -f $(CURDIR)/$(TARGET_BUILD)/$(BUILD_DIR)/lib/python*/site-packages/lldb/_lldb.so # polly tests if test "$(POLLY_ENABLE)" = yes; then \