From b03e92dbad74eaef2654e2047da723dba1b207a3 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Wed, 26 Jun 2024 00:59:50 +0000 Subject: [PATCH] remove hack that references file which no longer exists. --- debian/rules | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/rules b/debian/rules index 54fe61e7..54a93dfa 100755 --- a/debian/rules +++ b/debian/rules @@ -73,9 +73,6 @@ override_dh_auto_configure: # configuring KiCad documentation # ################################### dh_auto_configure --sourcedirectory=$(CURDIR)/doc --builddirectory=$(DEB_BUILD_DIR)/doc -- $(DEB_DOC_CMAKE_OPTS) - #hack, adding this though CMakeLists.txt doesn't seem to be working, add it manually - truncate -s -1 debian/build/qa/eeschema/CMakeFiles/qa_eeschema.dir/link.txt - echo ' -latomic' >> debian/build/qa/eeschema/CMakeFiles/qa_eeschema.dir/link.txt override_dh_auto_build-arch: -- 2.30.2