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