New upstream version 18.0.1+dfsg1
This commit is contained in:
parent
6efda2859e
commit
f2cf6cce50
1337 changed files with 41178 additions and 84670 deletions
|
|
@ -9,7 +9,9 @@ cd "$1"
|
|||
|
||||
function buildlist() {
|
||||
otool -L "$@" |
|
||||
grep -E "(opt|Users)" |
|
||||
grep -E '^\s+/' |
|
||||
grep -vE '^\s+/System/' |
|
||||
grep -vE '^\s+/usr/lib/' |
|
||||
perl -pe 's|^\s+(/.*)\s\(.*$|$1|' |
|
||||
grep -vE ":$" |
|
||||
sort -u
|
||||
|
|
@ -34,6 +36,7 @@ for lib in $FOUNDLIBS; do
|
|||
|
||||
INTOOL_CALL+=(-change "$lib" "$LDEST/$libname")
|
||||
cp "$lib" "$DEST/$libname"
|
||||
chmod 644 "$DEST/$libname"
|
||||
|
||||
echo "Fixing up dependency: $libname"
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue