summaryrefslogtreecommitdiff
path: root/morphlib/localrepocache.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/localrepocache.py')
-rw-r--r--morphlib/localrepocache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/localrepocache.py b/morphlib/localrepocache.py
index ba11fb96..26c516ce 100644
--- a/morphlib/localrepocache.py
+++ b/morphlib/localrepocache.py
@@ -130,7 +130,7 @@ class LocalRepoCache(object):
return ['wget'] + verbosity_flags + ['-O-', url]
self._app.runcmd(wget_command(),
- ['tar', 'xf', '-'],
+ ['tar', '--no-same-owner', '-xf', '-'],
cwd=path, **kwargs)
def _mkdtemp(self, dirname): # pragma: no cover