Commit cc6e6114 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added go executable to path

parent 0343b450
......@@ -64,7 +64,7 @@ export ZABBIX_AGENT_CONFIG
agent2:
tar xf zabbix-5.4.2.tar.gz
cd zabbix-5.4.2 && ./configure --prefix=/usr --sysconfdir=/etc --enable-agent2 --with-openssl
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 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