Config: Fix the path for the stripper

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-10 18:22:34 +00:00
parent 9dcb759f19
commit 5cee82ee5c

View File

@@ -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 \