From: Michael Tremer Date: Wed, 10 Jul 2024 18:22:34 +0000 (+0000) Subject: Config: Fix the path for the stripper X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Funshare;p=people%2Fms%2Fipfire-2.x.git Config: Fix the path for the stripper Signed-off-by: Michael Tremer --- 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 \