From: Michael Tremer Date: Wed, 10 Jul 2024 18:22:34 +0000 (+0000) Subject: Config: Fix the path for the stripper X-Git-Tag: v2.29-core188~10^2~248 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5cee82ee5ca8db97cf8006bf300ee7cdeaca12ca;p=ipfire-2.x.git Config: Fix the path for the stripper Signed-off-by: Michael Tremer --- 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 \