Related to #8034
Directory entries, in general, superfluous in tarbal and may change owner/group already existed tree after untar debug symbols.
It will be advisable to remove directory entries from debug symbols tarbal. F.e.:
find . -not -type d | sort | tar -T- ...
Related to #8034
Directory entries, in general, superfluous in tarbal and may change owner/group already existed tree after untar debug symbols.
It will be advisable to remove directory entries from debug symbols tarbal. F.e.: