From bd0c89bf42b596aba3fbe87c6cc4fac36af6cef4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 19 Jan 2017 11:04:00 +0000 Subject: [PATCH] fix the lldb link --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 43b832ca..f83cc5a7 100755 --- a/debian/rules +++ b/debian/rules @@ -492,7 +492,7 @@ endif ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel)) ifneq (,$(filter codecoverage,$(DEB_BUILD_OPTIONS))) # Create a symlink to run the testsuite: see https://bugs.archlinux.org/task/50759 - cd $(CURDIR)/$(TARGET_BUILD)/lib/python*/site-packages/lldb/; \ + cd $(CURDIR)/$(TARGET_BUILD)/lib/python*/site-packages/; \ if test ! -e _lldb.so; then \ ln -s lldb/_lldb.so; \ fi