From e3b04ba0e4240da1317481cf6cba2a0906615966 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 10 Jul 2024 18:22:34 +0000 Subject: [PATCH] Config: Fix the path for the stripper Signed-off-by: Michael Tremer --- lfs/Config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/Config b/lfs/Config index 9977d3f5d..d90d1a605 100644 --- a/lfs/Config +++ b/lfs/Config @@ -381,7 +381,7 @@ define COPY_FILES $(call __FILES_OUT,$(2)) # Strip everything, except a few things - $(DIR_SRC)/src/stripper $(4) \ + $(DIR_SRC)/src/stripper $(2) \ --exclude=/lib/firmware \ --exclude=/usr/lib/go \ --exclude=/usr/lib/vdr \ -- 2.39.5