FirebirdSQL / firebird

Firebird server, client and tools
https://www.firebirdsql.org/
1.19k stars 205 forks source link

[FR]: remove directory entries from debug symbols tarbal #8037

Closed basid-irk closed 1 month ago

basid-irk commented 2 months ago

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- ...