public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: base-system@gentoo.org, Sam James <sam@gentoo.org>
Subject: Re: [gentoo-dev] [PATCH] unpacker.eclass: fix unpack_gpkg with TAPE set
Date: Wed, 14 Dec 2022 09:49:45 +0100	[thread overview]
Message-ID: <3d6d287114f27cbb721c15001f1d0370017398f8.camel@gentoo.org> (raw)
In-Reply-To: <20221214084819.481411-1-sam@gentoo.org>

On Wed, 2022-12-14 at 08:48 +0000, Sam James wrote:
> Closes: https://bugs.gentoo.org/885719
> Signed-off-by: Sam James <sam@gentoo.org>
> ---
>  eclass/unpacker.eclass | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass
> index 11f04fde7226..5ce681ebaa0d 100644
> --- a/eclass/unpacker.eclass
> +++ b/eclass/unpacker.eclass
> @@ -487,7 +487,7 @@ unpack_gpkg() {
>  	local dirname=${images[0]%/*}
>  	mkdir -p "${dirname}" || die
>  	tar -xOf "${gpkg}" "${images[0]}" | ${decomp:-cat} |
> -		tar --no-same-owner -xC "${dirname}"
> +		tar --no-same-owner -C "${dirname}" -xf -
>  	assert "Unpacking ${gpkg} failed"
>  }
>  

LGTM.  Thanks!

-- 
Best regards,
Michał Górny



      reply	other threads:[~2022-12-14  8:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-14  8:48 [gentoo-dev] [PATCH] unpacker.eclass: fix unpack_gpkg with TAPE set Sam James
2022-12-14  8:49 ` Michał Górny [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3d6d287114f27cbb721c15001f1d0370017398f8.camel@gentoo.org \
    --to=mgorny@gentoo.org \
    --cc=base-system@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    --cc=sam@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox