]> git.ipfire.org Git - pakfire.git/commit
archive: Ensure the target directory exists
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 9 Sep 2023 10:51:30 +0000 (10:51 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 9 Sep 2023 10:51:30 +0000 (10:51 +0000)
commit5f4cb887198a2dc4c49cd93bf4f8fa7c34c5d7ca
treef5bee07f2269ee6c80a00311d967bf58d2ed6253
parenta03246e0d486ff852f6fbbd8b5f0fa0d291cfbc8
archive: Ensure the target directory exists

This causes that we could not hard-link any repositories since we put
archives into subdirectories resulting in a lot of unnecessary IO.

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