summaryrefslogtreecommitdiffstats
path: root/src/ob-checkbuilddeps.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 16:30:48 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 16:30:48 (EDT)
commit06f8ae1a6b17414e00f51e3db495daa1b66a9c15 (patch)
treedcc467aa48f0396749bfd9744bfbe51b3359b590 /src/ob-checkbuilddeps.sh
parent7e86caf5c2411a71be360ee2d99869a8b2e076b7 (diff)
ob_substvars(): Substitute binary package vars
Diffstat (limited to 'src/ob-checkbuilddeps.sh')
-rw-r--r--src/ob-checkbuilddeps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ob-checkbuilddeps.sh b/src/ob-checkbuilddeps.sh
index 39d7e60..f75cf43 100644
--- a/src/ob-checkbuilddeps.sh
+++ b/src/ob-checkbuilddeps.sh
@@ -60,7 +60,7 @@ check_build_deps()
deps="$(ob_get_source_parameter 'Build-Depends')"
deps="$(ob_reduce_deps -a "${OPK_HOST_ARCH}" \
-p "${OPK_HOST_PLAT}" -- "${deps}")"
- deps="$(ob_substvars "${deps}")"
+ deps="$(ob_substvars "${deps}" '')"
missing=''
IFS=','