From: Andrew Engelbrecht Date: Tue, 1 Aug 2023 21:20:22 +0000 (-0400) Subject: ignore permission errors copying from tar to FAT X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7e39efdf0469cff5c1bb52e25b1211208be0b246;p=fsf-member-card-builder.git ignore permission errors copying from tar to FAT --- diff --git a/install-extras.sh b/install-extras.sh index 0080209..a1cd54c 100755 --- a/install-extras.sh +++ b/install-extras.sh @@ -165,7 +165,7 @@ wget 'https://media.libreplanet.org/mgoblin_media/media_entries/2799/lp2023-jupi ### -tar -C $DEVTMP/source/ --no-same-owner -xvf $TAR +tar -C $DEVTMP/source/ --no-same-owner -xvf $TAR || true ###