]> git.ipfire.org Git - people/stevee/pakfire.git/commitdiff
macros: Extract any tarballs as our own user
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 27 Oct 2022 16:38:31 +0000 (16:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 27 Oct 2022 16:38:31 +0000 (16:38 +0000)
This works around a problem with the jail at the moment which only has
one user ID available.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
macros/constants.macro

index 2163a8b4402c74e704b934efc991382a6eb6c40e..0a7dbbd1b02f72c4a2dd94218c36d38db918f9f4 100644 (file)
@@ -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