From 5336bccefd86d18d18f37812c3ca58bf84854733 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 30 Jul 2015 07:52:52 +0200 Subject: ptxdist: run compiler setup for 'get' It may be needed in case a tarball depends on a host package. This is currently true for the nodejs modules. Signed-off-by: Michael Olbrich --- bin/ptxdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ptxdist b/bin/ptxdist index 74a90beb6..a878fb6ff 100755 --- a/bin/ptxdist +++ b/bin/ptxdist @@ -1890,7 +1890,7 @@ EOF ;; get) declare -a pkgs - check_premake && + check_premake_compiler && if [ ${#} -eq 0 ]; then ptxd_make_log get -- cgit v1.2.3