From: Michael Tremer Date: Wed, 10 Jul 2024 17:48:26 +0000 (+0000) Subject: Config: Show the transformed paths when creating tarballs X-Git-Tag: v2.29-core188~10^2~253 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bde9073d0c91f19788a228a9d56caa9f107e407d;p=ipfire-2.x.git Config: Show the transformed paths when creating tarballs Signed-off-by: Michael Tremer --- diff --git a/lfs/Config b/lfs/Config index 421913697c..04d2c4e110 100644 --- a/lfs/Config +++ b/lfs/Config @@ -397,6 +397,7 @@ __COMPRESS = \ $(TAR_OPTIONS) \ --directory=$(1) \ --file=$(2) \ + --show-transform \ --transform="s@^\./@@" \ .