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
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 1 additions and 1 deletions

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 ./...