For bug #159252, don't preserve file attributes when copying files for installsources...
authorZac Medico <zmedico@gentoo.org>
Thu, 28 Dec 2006 21:14:08 +0000 (21:14 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 28 Dec 2006 21:14:08 +0000 (21:14 -0000)
svn path=/main/trunk/; revision=5408

bin/prepstrip

index 75d973e079165f99369afbea4bbf78b7075f8dd8..c9fc10e98abf611a8ff0c3a6406aff97709eab19 100755 (executable)
@@ -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 -aL0 --files-from=- "${WORKDIR}/" "${D}${sources_dir}/" )
+                               rsync -rtL0 --files-from=- "${WORKDIR}/" "${D}${sources_dir}/" )
                fi
        fi