From 5f21c24c28a338b83f9ebf8234f0d65b817b1dd8 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 10 May 2006 09:19:54 +0000 Subject: Revert recent changes to computation of provides/requires w.r.t .so files that are not in standard paths. --- find-provides.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'find-provides.in') diff --git a/find-provides.in b/find-provides.in index 428896c..8f32dad 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