From 1f4903ce9cd4bf82d9dbe139f26802f1a1ae84d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 17 Oct 2018 11:59:02 +0200 Subject: [PATCH] fix Mac OSX X11 dependency --- mac-create-app-bundle.sh | 2 +- scripts/mac-create-app-bundle.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mac-create-app-bundle.sh b/mac-create-app-bundle.sh index 8eb3598..e517657 100755 --- a/mac-create-app-bundle.sh +++ b/mac-create-app-bundle.sh @@ -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##*/} \ diff --git a/scripts/mac-create-app-bundle.sh b/scripts/mac-create-app-bundle.sh index 8eb3598..e517657 100755 --- a/scripts/mac-create-app-bundle.sh +++ b/scripts/mac-create-app-bundle.sh @@ -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##*/} \