]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
Config: Fix the path for the stripper unshare
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Jul 2024 18:22:34 +0000 (18:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Jul 2024 18:22:34 +0000 (18:22 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/Config

index 9977d3f5d76e0fdf65614f68110fc4a20890bfea..d90d1a6054f329e6628f460616435c1d5ccad2ef 100644 (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 \