opnsense-ports/sysutils/filebeat/files/patch-libbeat_scripts_Makefile
Franco Fichtner f9ca842347 */*: sync with upstream
Taken from: FreeBSD
2016-05-28 13:38:32 +02: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