From 86e3ed5b8d1efdd439415cb3dec2905e5de058dc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 11 Oct 2011 13:28:45 -0400 Subject: prepstrip: make sure eu-strip embeds right filename Signed-off-by: Mike Frysinger --- bin/ebuild-helpers/prepstrip | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/ebuild-helpers') diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip index 7f158c29d..8c2ca4839 100755 --- a/bin/ebuild-helpers/prepstrip +++ b/bin/ebuild-helpers/prepstrip @@ -146,7 +146,10 @@ process_elf() { if ${strip_this} ; then # see if we can split & strip at the same time if [[ -n ${SPLIT_STRIP_FLAGS} ]] ; then - ${STRIP} ${strip_flags} -f "${T}"/prepstrip.split.debug "${x}" + ${STRIP} ${strip_flags} \ + -f "${T}"/prepstrip.split.debug \ + -F "${x##*/}.debug" \ + "${x}" save_elf_debug "${x}" else save_elf_debug "${x}" -- cgit v1.2.3-1-g7c22