[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:54:26 CEST 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Sep 4 14:47:35 2009 +0200| [4d3e867b09154917dea1ed68ab7811962d325502] | committer: Felix Paul Kühne
contribs: fixed packages for x86_64 *coughcough*
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d3e867b09154917dea1ed68ab7811962d325502
---
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 9b1b004..8c49af9 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