From c68860f056ce6bb122b8fac469d07414e8caefdf Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 11 Dec 2007 08:51:54 +0200 Subject: OS X Leopard fixes from Giulio Eulisse --- autodeps/darwin.prov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autodeps') diff --git a/autodeps/darwin.prov b/autodeps/darwin.prov index 5064414be..b068912a3 100644 --- a/autodeps/darwin.prov +++ b/autodeps/darwin.prov @@ -5,7 +5,7 @@ # This script reads filenames from STDIN and outputs any relevant provides # information that needs to be included in the package. -filelist=$(sed -n -e '/\.dylib/p' -e '/\.so/p' -e '/\.bundle/p' | sort | uniq | xargs file -L 2>/dev/null | grep "Mach-O.*ppc" | cut -d: -f1) +filelist=$(sed -n -e '/\.dylib/p' -e '/\.so/p' -e '/\.bundle/p' | sort | uniq | xargs file -L 2>/dev/null | grep "Mach-O.*\(ppc\|i386\)" | cut -d: -f1) for f in $filelist; do libname=$(basename $f | sed -e 's;\..*;;') -- cgit v1.2.3