diff deploy/osx/paths.sh @ 374:1c7281288303

Merge
author Chris Cannam
date Thu, 24 Mar 2011 13:20:43 +0000
parents 2d3f1e5d8638
children 0f3e086066fc
line wrap: on
line diff
--- a/deploy/osx/paths.sh	Thu Mar 24 13:20:33 2011 +0000
+++ b/deploy/osx/paths.sh	Thu Mar 24 13:20:43 2011 +0000
@@ -21,7 +21,7 @@
 
 for fwk in QtCore QtGui QtNetwork; do
         find "$app.app" -type f -print | while read x; do
-                current=$(otool -L "$x" | grep "$fwk.framework/" | awk '{ print $1; }')
+                current=$(otool -L "$x" | grep "$fwk" | grep ramework | awk '{ print $1; }')
                 [ -z "$current" ] && continue
                 echo "$x has $current"
                 relative=$(echo "$x" | sed -e "s,$app.app/Contents/,," \