From f3b54baabdcaa38435b8e49d8a690b84db4f9860 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 20 Jan 2006 02:38:25 +0000 Subject: also catch leading null runpaths svn path=/main/trunk/; revision=2567 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 2d0a2b29c..0ccd616c4 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1033,7 +1033,7 @@ dyn_install() { # Don't want paths that point to the tree where the package was built # (older, broken libtools would do this). Also check for null paths # because the loader will search $PWD when it finds null paths. - f=$(scanelf -qyRF '%r %p' "${D}" | grep -E "(${PORTAGE_BUILDDIR}|: |::|^ )") + f=$(scanelf -qyRF '%r %p' "${D}" | grep -E "(${PORTAGE_BUILDDIR}|: |::|^:|^ )") if [[ -n ${f} ]] ; then echo -ne '\a\n' echo "QA Notice: the following files contain insecure RUNPATH's" -- cgit v1.2.3-1-g7c22