opnsense-ports/sysutils/beats/files/patch-libbeat_scripts_Makefile
Franco Fichtner 56204243bd */*: sync with upstream
Taken from: FreeBSD
2017-02-22 08:29:56 +01:00

11 lines
452 B
Text

--- libbeat/scripts/Makefile.orig 2016-12-08 18:08:06.201040000 +0100
+++ libbeat/scripts/Makefile 2016-12-08 18:08:14.835100000 +0100
@@ -30,7 +30,7 @@
GOFILES = $(shell find . -type f -name '*.go')
GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "*/vendor/*")
GOFILES_ALL = $(GOFILES) $(shell find $(ES_BEATS) -type f -name '*.go')
-SHELL=bash
+SHELL=sh
ES_HOST?="elasticsearch"
PWD=$(shell pwd)
BUILD_DIR?=$(shell pwd)/build