update buildsystem

This commit is contained in:
Marc Wäckerlin
2018-10-23 21:19:05 +00:00
parent 0d2baabf8c
commit 4528cd8d78
4 changed files with 32 additions and 16 deletions

View File

@@ -59,7 +59,7 @@ while [ $found -ne 0 ]; do
cd "${target}"
for file in $(find . -type f); do
for lib in $(otool -L ${file} | tail -n +2 \
| egrep '/usr/local/|/opt/local/|'"${HOME}" \
| egrep '/usr/local/|/opt/local/|/opt/X11/|'"${HOME}" \
| grep -v $file | awk '{print $1}'); do
found=1
test -f ${lib##*/} \