schwer-q / xar

Automatically exported from code.google.com/p/xar
0 stars 0 forks source link

xar is not recursive? #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to extract a Mac XCode package file:
$ xar -xf /path/to/MacOSX10.5.pkg 

2. see that only empty directories are extracted

$ tree .
.
|-- Bom
|-- PackageInfo
`-- Payload

0 directories, 3 files

3.

What is the expected output? What do you see instead?

I was expecting the whole archive to be unpacked.

What version of the product are you using? On what operating system?

$ xar --version
xar 1.5.2

OS: Gentoo Linux 64 bit

Please provide any additional information below.

Original issue reported on code.google.com by maroy.akos@gmail.com on 17 Feb 2009 at 1:11

GoogleCodeExporter commented 9 years ago
Those are all the files in the xar archive.

Original comment by bbraun on 25 Nov 2009 at 1:35