drinkcat / chroagh

Chromium OS Archlinux Chroot Environment
BSD 3-Clause "New" or "Revised" License
241 stars 27 forks source link

Fix for tar encountering existing .BUILDINFO files #107

Closed stevendlander closed 4 years ago

stevendlander commented 8 years ago

This PR simply tells tar to overwite any files during extraction. In particular, errors could pop up from .BUILDINFO files being present which would crash the bootstrap script. Some users report libgcrypt package exhibited this behavior, but I personally saw the same behavior with the libsystemd package during installation.

stevendlander commented 8 years ago

PR addresses #104

stevendlander commented 8 years ago

PR addressed #106 and #102 as well

Bertieio commented 8 years ago

Sweet thanks I was going to try and fix it myself but have no experience with shell

One line of code...

edit It worked thanks