freebsd-ports/sysutils/filebeat/files/patch-libbeat_scripts_Makefile
Palle Girgensohn f3ffff06dc Add filebeat and packagebeat from Elastic
Thanks to Kurt Jaeger and Riccardo Calixte for
collaboration and testing.

PR:     209776
2016-05-27 18:16:40 +00:00

11 lines
351 B
Text

--- libbeat/scripts/Makefile.orig 2016-02-11 14:04:40 UTC
+++ libbeat/scripts/Makefile
@@ -6,7 +6,7 @@ ARCH?=$(shell uname -m)
export PATH := ./bin:$(PATH)
export GO15VENDOREXPERIMENT=1
GOFILES = $(shell find . -type f -name '*.go')
-SHELL=/bin/bash
+SHELL=/bin/sh
ES_HOST?="elasticsearch-210"
BEAT_DIR?=github.com/elastic/beats
BUILD_DIR=build