From a3330a45217e43dbf8a9ff11823dbe5026d51aa9 Mon Sep 17 00:00:00 2001 From: Sveta Smirnova Date: Fri, 9 Jan 2026 16:42:55 +0300 Subject: [PATCH] PT-2506 - make install does not install Go tools - Added version for Go tools in case if they are built in the top dir --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index ce088ecc..95858acc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ sub MY::postamble { pkgs = $(shell find src/go -type d -name "pt-*" -exec basename {} \;) gotools: - cd src/go && $(MAKE) build + cd src/go && VERSION=$(VERSION) $(MAKE) build @$(foreach pkg,$(pkgs),cp bin/$(pkg) $(INST_SCRIPT);) goclean: