projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45a999e
)
For bug #159252, don't preserve file attributes when copying files for installsources...
author
Zac Medico
<zmedico@gentoo.org>
Thu, 28 Dec 2006 21:14:08 +0000
(21:14 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 28 Dec 2006 21:14:08 +0000
(21:14 -0000)
svn path=/main/trunk/; revision=5408
bin/prepstrip
patch
|
blob
|
history
diff --git
a/bin/prepstrip
b/bin/prepstrip
index 75d973e079165f99369afbea4bbf78b7075f8dd8..c9fc10e98abf611a8ff0c3a6406aff97709eab19 100755
(executable)
--- a/
bin/prepstrip
+++ b/
bin/prepstrip
@@
-33,7
+33,7
@@
save_elf_debug() {
if [[ -s ${T}/debug.sources ]] ; then
[[ -d ${D}${sources_dir} ]] || mkdir -p "${D}${sources_dir}"
cat "${T}"/debug.sources | (cd "${WORKDIR}"; LANG=C sort -z -u | \
- rsync -
a
L0 --files-from=- "${WORKDIR}/" "${D}${sources_dir}/" )
+ rsync -
rt
L0 --files-from=- "${WORKDIR}/" "${D}${sources_dir}/" )
fi
fi