Use linux/unix name only in make install

closes: #4278
This commit is contained in:
Daniel Nelson
2018-06-12 18:37:50 -07:00
parent f217d12de5
commit f689463e8e

View File

@@ -34,7 +34,7 @@ go-install:
install: telegraf
mkdir -p $(DESTDIR)$(PREFIX)/bin/
cp $(TELEGRAF) $(DESTDIR)$(PREFIX)/bin/
cp telegraf $(DESTDIR)$(PREFIX)/bin/
test:
go test -short ./...