]> git.ipfire.org Git - pakfire.git/commit
stripper: Be smarter when copying sources
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Jan 2025 13:29:56 +0000 (13:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Jan 2025 13:29:56 +0000 (13:29 +0000)
commit8a91294b350ae7c4d96560685836b20e03a4572d
tree9436e7cb82b653ed940da84476ee6319c044c879
parentec9d7837a1392339968e6e9ab0d84a03d4646294
stripper: Be smarter when copying sources

The naive approach was not very good when it came to copying sources.
Sometimes there are too many and we keep sitting here for a minute.

It is smarter to collect all files first and then look them up and copy
them only once in the end.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/stripper.c