summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-03-24 00:49:27 +0000
committerJavier Jardón <jjardon@gnome.org>2015-03-24 00:52:44 +0000
commitf3360dce6696c5343227c633ff848a15789513c6 (patch)
treed03eed46958676c844427c0fa6a07c323d30a3c5
parent85f0c8e334c712054b1196e7d70efc2bdeac1dbe (diff)
downloaddefinitions-f3360dce6696c5343227c633ff848a15789513c6.tar.gz
strata/tools/lsof.morph: Do not try set an owner
This will try to avoid a problem when extracting the tarball file This is a regression introduced in commit 7834a992014dd62cacbf7c46ecc259c48fd772dd when we start to use the real tar instead the one provided by busybox Change-Id: I8195d8f2bc1ccc5f9ce062ab9ed12d1167885e0a
-rw-r--r--strata/tools/lsof.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/tools/lsof.morph b/strata/tools/lsof.morph
index 5fabcd64..38183ae6 100644
--- a/strata/tools/lsof.morph
+++ b/strata/tools/lsof.morph
@@ -1,7 +1,7 @@
name: lsof
kind: chunk
configure-commands:
-- tar xf lsof_*_src.tar
+- tar xf lsof_*_src.tar --no-same-owner
- cd lsof_*_src/ && ./Configure -n linux
build-commands:
- cd lsof_*_src/ && make