fix some tar warnings / errors
authorAndrew Engelbrecht <andrew@fsf.org>
Wed, 2 Aug 2023 21:12:48 +0000 (17:12 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Wed, 2 Aug 2023 21:12:48 +0000 (17:12 -0400)
install-extras.sh

index 644ebafb7c0f73d9b4a07d5ea644a9c3580fe1d1..317abd8c7ff347c1a399739a6272023381677824 100755 (executable)
@@ -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
 
 
 ###