From 81ae603d58a74b4b0469b9a7e6ba75502aa91796 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 21 Aug 2024 21:01:52 +0000 Subject: once/update.sh: extract files with the --no-same-owner switch. --- once/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'once/update.sh') diff --git a/once/update.sh b/once/update.sh index 04b274a..f3ed93c 100755 --- a/once/update.sh +++ b/once/update.sh @@ -33,7 +33,7 @@ for tarball in $tarballs; do echo .................................................. if [ "$tarball" != 'updater.tar.gz' ]; then - tar -xpvf /updates/$tarball -C "$SYSROOT" || exit 2 + tar -xpv --no-same-owner -f /updates/$tarball -C "$SYSROOT" || exit 2 fi echo archiving old $tarball -- cgit v1.2.3