mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
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:
@@ -394,6 +394,7 @@ __COMPRESS = \
|
||||
$(TAR_OPTIONS) \
|
||||
--directory=$(1) \
|
||||
--file=$(2) \
|
||||
--transform="s@^\./@@" \
|
||||
.
|
||||
|
||||
COMPRESS_XZ = $(call __COMPRESS,$(1),$(2),xz $(XZ_OPT))
|
||||
|
||||
Reference in New Issue
Block a user