From: Michael Tremer Date: Thu, 27 Oct 2022 16:38:31 +0000 (+0000) Subject: macros: Extract any tarballs as our own user X-Git-Tag: 0.9.28~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=060996dc7df8ba52c6b56dfff92979ac69ddbc8b;p=pakfire.git macros: Extract any tarballs as our own user This works around a problem with the jail at the moment which only has one user ID available. Signed-off-by: Michael Tremer --- diff --git a/macros/constants.macro b/macros/constants.macro index 2163a8b44..0a7dbbd1b 100644 --- a/macros/constants.macro +++ b/macros/constants.macro @@ -18,7 +18,7 @@ sources = %{thisapp}.tar.gz # Macro to extract tarballs. # Guesses the compression type automatically. -MACRO_EXTRACT = tar xaf +MACRO_EXTRACT = tar --no-same-owner --no-acls --no-xattrs -xaf # Remove rpath from libtool. MACRO_FIX_LIBTOOL