Config: Remove ./ from filenames in archives

I am not sure if this would actually create any problems, but it looks
ugly and is inconsistent with the older code.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-10 17:19:46 +00:00
parent 18a4a1f27b
commit 3e41d45e7b

View File

@@ -394,6 +394,7 @@ __COMPRESS = \
$(TAR_OPTIONS) \
--directory=$(1) \
--file=$(2) \
--transform="s@^\./@@" \
.
COMPRESS_XZ = $(call __COMPRESS,$(1),$(2),xz $(XZ_OPT))