From b81c37c2b61bc23f18e6163c924bc6820920a224 Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Fri, 14 Sep 2007 15:54:14 +0000 Subject: Fix GCJ AOT directory regexp in find-requires.in. --- find-requires.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'find-requires.in') diff --git a/find-requires.in b/find-requires.in index 2509be9..8d86350 100755 --- a/find-requires.in +++ b/find-requires.in @@ -42,7 +42,7 @@ exelist=`echo "$filelist" | xargs -r file | egrep -v ":.* (commands|script) " | grep ":.*executable" | cut -d: -f1` scriptlist=`echo "$filelist" | grep -v /usr/doc | grep -v /usr/share/doc | xargs -r file | \ egrep ":.* (commands|script) " | cut -d: -f1` -liblist=`echo "$filelist" | egrep -v "/usr/lib(64?)/gcj/" | xargs -r file | \ +liblist=`echo "$filelist" | egrep -v "/usr/lib(64)?/gcj/" | xargs -r file | \ grep ":.*shared object" | cut -d : -f1` ocamllist=`echo "$filelist" | xargs -r file | \ grep ":.*Objective caml interface file" | cut -d : -f1` -- cgit v1.2.1