Commit 4d3e867b authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: fixed packages for x86_64 *coughcough*

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent efd248a6
...@@ -49,7 +49,7 @@ for file in $files; do ...@@ -49,7 +49,7 @@ for file in $files; do
if test ".`file $file | grep Mach-O`" != "." ; then if test ".`file $file | grep Mach-O`" != "." ; then
echo "Changing prefixes of '$file'" echo "Changing prefixes of '$file'"
islib=n islib=n
if test ".`file $file | grep 'Mach-O dynamically'`" != "." ; then if test ".`file $file | grep 'dynamically linked shared library'`" != "." ; then
islib=y islib=y
fi fi
libs=`otool -L $file 2>/dev/null | grep $prefix | cut -d\ -f 1` libs=`otool -L $file 2>/dev/null | grep $prefix | cut -d\ -f 1`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment