From cd1f7bbb0937a1db033260a2617424a213a7ddae Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Wed, 2 Aug 2023 17:12:48 -0400 Subject: [PATCH] fix some tar warnings / errors --- install-extras.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-extras.sh b/install-extras.sh index 644ebaf..317abd8 100755 --- a/install-extras.sh +++ b/install-extras.sh @@ -177,7 +177,7 @@ wget 'https://media.libreplanet.org/mgoblin_media/media_entries/2799/lp2023-jupi ### -tar -C $DEVTMP/source/ --no-same-owner -xvf $TAR || true +tar -C $DEVTMP/source/ --no-same-owner --touch --no-overwrite-dir -xvf $TAR || true ### -- 2.25.1