From 3b259179d6a03497e0a1c8086823e271e2f70bf8 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 28 Mar 2021 10:12:07 +0200 Subject: [PATCH] Revert "Try to fix the fakeroot error" This reverts commit a1a60668925ae66db1fd4d9ad460d5778ccfd7bb. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index b04b0b14..cae88d6e 100755 --- a/debian/rules +++ b/debian/rules @@ -301,7 +301,7 @@ endif CMAKE_BIN=cmake ifeq ($(shell test -e /tmp/cmake/bin/cmake && echo -n yes),yes) CMAKE_BIN=/tmp/cmake/bin/cmake - export LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):/tmp/cmake/bin/ + export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:/tmp/cmake/bin/ endif %: @@ -842,7 +842,7 @@ ifneq (,$(filter codecoverage,$(DEB_BUILD_OPTIONS))) ln -s lldb/_lldb.so; \ fi if test "$(CODECOVERAGE)" = "no"; then \ - LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):$(CURDIR)/$(TARGET_BUILD)/lib/ $(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-lldb || true; \ + LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(CURDIR)/$(TARGET_BUILD)/lib/ $(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-lldb || true; \ fi # remove the workaround rm $(CURDIR)/$(TARGET_BUILD)/lib/python*/*-packages/_lldb.so