Config: Show the transformed paths when creating tarballs

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-10 17:48:26 +00:00
parent a8892acefe
commit bde9073d0c

View File

@@ -397,6 +397,7 @@ __COMPRESS = \
$(TAR_OPTIONS) \
--directory=$(1) \
--file=$(2) \
--show-transform \
--transform="s@^\./@@" \
.