Package: tar
Version: 1.15.1-2

tar forgets to take --strip-components into account when extracting
hard links:

  $ mkdir links
  $ touch links/a
  $ ln links/a links/b
  $ tar cf links.tar links
  $ rm -r links
  $ tar xf links.tar --strip-components=1
  tar: b: Cannot hard link to `links/a': No such file or directory
  tar: Error exit delayed from previous errors

Attachment: signature.asc
Description: Digital signature

Reply via email to