https://sourceware.org/bugzilla/show_bug.cgi?id=33693

--- Comment #8 from Arsen Arsenović <arsen at sourceware dot org> ---
(In reply to Arsen Arsenović from comment #7)
> /var/cache/binpkgs/app-misc/hello/hello-2.12-4.gpkg.tar bsdtar -xf- -O
  ^ missing a '<'

correct command line:

  </var/cache/binpkgs/app-misc/hello/hello-2.12-4.gpkg.tar bsdtar -xf- -O
'*/image.tar.*' | bsdtar --strip-components 1 -cf/dev/stdout @/dev/stdin | tar
-tf -

... i.e. the filter is:

  bsdtar -xf- -O '*/image.tar.*' | bsdtar --strip-components 1 -cf/dev/stdout
@/dev/stdin

apologies..

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to