[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Deleting a file causes other files to not be extracted from the arch
From: |
Michel Le Bihan |
Subject: |
Re: Deleting a file causes other files to not be extracted from the archive |
Date: |
Fri, 15 Jan 2021 10:49:25 +0100 |
User-agent: |
Evolution 3.38.2-1 |
Hello,
I just tested the latest the version at commit 8e2898ab11 and it works
as expected. Thanks.
Michel Le Bihan
Le jeudi 14 janvier 2021 à 09:22 +0200, Sergey Poznyakoff a écrit :
> Hi Michel,
>
> > I noticed that if I delete some files from some archives of git
> > repos,
> > other files will not be extracted from the same archive.
>
> Please try this patch:
>
> http://git.savannah.gnu.org/cgit/tar.git/commit/?id=8e2898ab11
>
> > Download the archive from GitHub
> > https://github.com/iBotPeaches/Apktool/archive/v2.5.0.tar.gz
> [..]
> > Run `tar -f v2.5.0.tar --delete brut.apktool/apktool-
> > lib/src/main/resources/prebuilt`
>
> As a side note, this will end up with
>
> brut.apktool/apktool-lib/src/main/resources/prebuilt: Not found in
> archive
>
> The following command should work as expected:
>
> tar -f v2.5.0.tar --delete Apktool-2.5.0/brut.apktool/apktool-
> lib/src/main/resources/prebuilt
>
> Regards,
> Sergey
>