From cf8c2092beef7260b0ac33ec123cda81c72e89f5 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 23 Feb 2007 23:20:32 +0000 Subject: Filter paths matching '/$' that come from debugedit. Thanks to Ed Catmur for this patch from bug #165342. svn path=/main/trunk/; revision=6060 --- bin/prepstrip | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/prepstrip') diff --git a/bin/prepstrip b/bin/prepstrip index 1ff4c0d28..d903a649e 100755 --- a/bin/prepstrip +++ b/bin/prepstrip @@ -32,7 +32,8 @@ save_elf_debug() { -l "${T}"/debug.sources "${x}" 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 | \ + grep -zv '/$' "${T}"/debug.sources | \ + (cd "${WORKDIR}"; LANG=C sort -z -u | \ rsync -rtL0 --files-from=- "${WORKDIR}/" "${D}${sources_dir}/" ) fi fi -- cgit v1.2.3-1-g7c22