diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-03 21:30:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-03 21:30:08 +0000 |
commit | ae0db8070bc48689b61fd5dee8d3b330366634ae (patch) | |
tree | d22a30486e19c883daf71cbf8c3669790bce1d4e | |
parent | 2895a58be0576a7f74c95c579369e99de5e5fa33 (diff) | |
download | ports-ae0db8070bc48689b61fd5dee8d3b330366634ae.tar.gz ports-ae0db8070bc48689b61fd5dee8d3b330366634ae.zip |
Notes
-rw-r--r-- | Mk/Scripts/qa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index 699c3e82d462..fcbea5b89621 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -708,7 +708,7 @@ proxydeps() { } sonames() { - [ -n "${BUNDLE_LIBS}" ] && return 0 + [ ! -d ${STAGEDIR}${PREFIX}/lib -o -n "${BUNDLE_LIBS}" ] && return 0 while read f; do # No results presents a blank line from heredoc. [ -z "${f}" ] && continue |