From 8de5f275db671f347d9c3cab39d873e58ca517f6 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 7 Jan 2017 22:28:28 +0000 Subject: [PATCH] fix a typo --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 58800f61..8979f5f5 100755 --- a/debian/rules +++ b/debian/rules @@ -494,7 +494,7 @@ 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/; \ - n -s lldb/_lldb.so + ln -s lldb/_lldb.so LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(CURDIR)/$(TARGET_BUILD)/lib/ $(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-lldb || true endif endif