Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(libutil/tarfile): add option to libarchive so it behaves correctl…
…y with AppleDouble files AppleDouble files were extracted differently on macOS machines than on other UNIX's. Setting `archive_read_set_format_option(this->archive, NULL ,"mac-ext",NULL)` fixes this problem, since it just ignores the AppleDouble filel and treats it as a normal one. This was a problem since it caused source archives to be different between macOS and Linux. Ref: NixOS#9290
- Loading branch information