From cfa17f139d6cbd0342f1298a468fae9c6266ad20 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 24 Mar 2006 18:03:57 +0000 Subject: Don't provide .so files that aren't in standard paths --- find-provides.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find-provides.in b/find-provides.in index 8f32dad..428896c 100755 --- a/find-provides.in +++ b/find-provides.in @@ -5,7 +5,7 @@ filelist=`sed "s/['\"]/\\\&/g"` -solist=$(echo "$filelist" | grep -v "^/lib/ld\.so" | egrep '(/usr(/X11R6)?)?/lib(64)?/.*\.so' | \ +solist=$(echo "$filelist" | grep -v "^/lib/ld\.so" | egrep '(/usr(/X11R6)?)?/lib(64)?/[^/]+\.so' | \ xargs file -L 2>/dev/null | grep "ELF.*shared object" | cut -d: -f1) pythonlist= tcllist= -- cgit v1.2.1