From 1d4d353aef952ab31003682f90de8efffde56ccd Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 01 Sep 2014 12:30:55 -0400 Subject: package_get_build_deps(): Take arch and plat args --- (limited to 'lib/cmd') diff --git a/lib/cmd/build.sh b/lib/cmd/build.sh index 2e553ed..84f0b3a 100644 --- a/lib/cmd/build.sh +++ b/lib/cmd/build.sh @@ -108,7 +108,7 @@ cmd_build_main() ;; esac - build_deps="$(package_get_build_deps)" + build_deps="$(package_get_build_deps "${arch}" "${plat}")" if [ "x${build_deps}" != 'x' ]; then cmd_build_make_deps_pkg "${root}${dir}" "${rand_x}" \ "${build_deps}" -- cgit v0.9.1