[vlc-devel] commit: contribs: fixed packages for x86_64 *coughcough* ( Felix Paul Kühne )

git version control git at videolan.org
Fri Sep 4 14:49:13 CEST 2009


vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Fri Sep  4 14:47:35 2009 +0200| [1ae58678ddaa20e7e63486f265d266c92f38ba42] | committer: Felix Paul Kühne 

contribs: fixed packages for x86_64 *coughcough*

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1ae58678ddaa20e7e63486f265d266c92f38ba42
---

 extras/contrib/change_prefix.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/change_prefix.sh b/extras/contrib/change_prefix.sh
index 98a3fd8..f78afda 100755
--- a/extras/contrib/change_prefix.sh
+++ b/extras/contrib/change_prefix.sh
@@ -49,7 +49,7 @@ for file in $files; do
  if test ".`file $file | grep Mach-O`" != "." ; then
     echo "Changing prefixes of '$file'"
     islib=n
-    if test ".`file $file | grep 'Mach-O dynamically'`" != "." ; then
+    if test ".`file $file | grep 'dynamically linked shared library'`" != "." ; then
       islib=y
     fi
     libs=`otool -L $file 2>/dev/null | grep $prefix | cut -d\  -f 1`




More information about the vlc-devel mailing list