From 952848ebc392c621d35ce9213acb13b9237fca6d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 25 Sep 2014 12:44:36 +0200 Subject: [PATCH] xbps-src: make sure a target is always passed in to xbps-uhelper. --- common/xbps-src/shutils/build_dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/xbps-src/shutils/build_dependencies.sh b/common/xbps-src/shutils/build_dependencies.sh index 918e27b1609..8ffe076aff7 100644 --- a/common/xbps-src/shutils/build_dependencies.sh +++ b/common/xbps-src/shutils/build_dependencies.sh @@ -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"