]> git.ipfire.org Git - pakfire.git/commit
compress: Make sure that paths are relative in archives
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 25 Aug 2023 17:38:36 +0000 (17:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 25 Aug 2023 17:38:36 +0000 (17:38 +0000)
commite990815da1cdb8391f5b842b9b90f3da70f3ae99
tree48c16d92b15b055cf8cb61aacd9d013a438e39f6
parent056d7e827ec165c4b363b880557a52b4e3d59193
compress: Make sure that paths are relative in archives

When we write archives, we don't want them to contain leading slashes on
the filenames. However, we want to have leading slashes on the
filelists.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/compress.c
src/libpakfire/dist.c