Commit 31d20fbe authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added go to PATH for make

parent cc6e6114
......@@ -65,7 +65,7 @@ export ZABBIX_AGENT_CONFIG
agent2:
tar xf zabbix-5.4.2.tar.gz
cd zabbix-5.4.2 && PATH=$$PATH:$(CURDIR)/../go/go/bin ./configure --prefix=/usr --sysconfdir=/etc --enable-agent2 --with-openssl
$(MAKE) -C zabbix-5.4.2
$(MAKE) -C zabbix-5.4.2 PATH=$$PATH:$(CURDIR)/../go/go/bin
$(MAKE) -C zabbix-5.4.2 install
rm -rf zabbix-5.4.2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment