projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51f7272
)
install.sh: Preserve permissions from make install
author
Olaf Hering
<olaf@aepfle.de>
Mon, 22 Sep 2014 12:59:52 +0000
(14:59 +0200)
committer
Ian Campbell
<ian.campbell@citrix.com>
Tue, 23 Sep 2014 09:12:34 +0000
(10:12 +0100)
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
install.sh
patch
|
blob
|
history
diff --git
a/install.sh
b/install.sh
index 272123a0d75e47e5aa8bc7dca387d54432b1dca8..3e11c4d46f4aca54a1b55bc04dab3bcf7f822daf 100644
(file)
--- a/
install.sh
+++ b/
install.sh
@@
-27,9
+27,6
@@
tmp="`mktemp -d`"
echo "Installing Xen from '$src' to '$dst'..."
(cd $src; tar -cf - * ) | tar -C "$tmp" -xf -
-echo " - modifying permissions"
-chmod -R a+rX "$tmp"
-
(cd $tmp; tar -cf - *) | tar --no-same-owner -C "$dst" -xf -
rm -rf "$tmp"