From 5cee82ee5ca8db97cf8006bf300ee7cdeaca12ca 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 9977d3f5d7..d90d1a6054 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