bug-tar
[Top][All Lists]
Advanced

[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: Sergey Poznyakoff
Subject: Re: Deleting a file causes other files to not be extracted from the archive
Date: Thu, 14 Jan 2021 09:22:42 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]