From 04457bebb3311f457698568266414deedc191a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 26 Mar 2021 08:46:19 +0100 Subject: [PATCH] www-apps/code-server-bin: detailed QA_PREBUILT and QA_PRESTRIPPED MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- www-apps/code-server-bin/code-server-bin-3.9.2.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/www-apps/code-server-bin/code-server-bin-3.9.2.ebuild b/www-apps/code-server-bin/code-server-bin-3.9.2.ebuild index aaaf253e29..64862a8276 100644 --- a/www-apps/code-server-bin/code-server-bin-3.9.2.ebuild +++ b/www-apps/code-server-bin/code-server-bin-3.9.2.ebuild @@ -41,8 +41,13 @@ PATCHES=( "${FILESDIR}/${PN}-node.patch" ) DOCS=( "README.md" "ThirdPartyNotices.txt" ) -QA_PREBUILT="*" -QA_PRESTRIPPED="${QA_PREBUILT}" +QA_PREBUILT=" + /usr/lib/code-server/lib/coder-cloud-agent + /usr/lib/code-server/lib/vscode/node_modules/* +" +QA_PRESTRIPPED=" + /usr/lib/code-server/lib/coder-cloud-agent +" src_prepare() { default