xbps-src: make sure a target is always passed in to xbps-uhelper.
This commit is contained in:
parent
96b79d5eaf
commit
952848ebc3
|
@ -262,6 +262,7 @@ install_pkg_deps() {
|
|||
#
|
||||
# Target build dependencies.
|
||||
#
|
||||
checkver="version"
|
||||
for i in ${build_depends} "RDEPS" ${run_depends}; do
|
||||
if [ "$i" = "RDEPS" ]; then
|
||||
rundep="runtime"
|
||||
|
|
Loading…
Reference in New Issue