From 9a39019024a3b5fd0ef33d8dc89d5c51ec1d0ed5 Mon Sep 17 00:00:00 2001 From: webbuilder_pel7x64builder0 Date: Thu, 4 Apr 2019 17:47:34 +0200 Subject: [PATCH] mattermost-plugin-welcomebot add missing patch Signed-off-by: webbuilder_pel7x64builder0 --- .../mattermost-plugin-welcomebot-arch-make.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 SOURCES/mattermost-plugin-welcomebot-arch-make.patch diff --git a/SOURCES/mattermost-plugin-welcomebot-arch-make.patch b/SOURCES/mattermost-plugin-welcomebot-arch-make.patch new file mode 100644 index 0000000..ae6bea7 --- /dev/null +++ b/SOURCES/mattermost-plugin-welcomebot-arch-make.patch @@ -0,0 +1,13 @@ +--- mattermost-plugin-welcomebot/Makefile 2019-04-04 15:58:56.810000000 +0200 ++++ mattermost-plugin-welcomebot/Makefile 2019-04-04 15:59:36.320000000 +0200 +@@ -68,8 +68,8 @@ + ifneq ($(HAS_SERVER),) + mkdir -p server/dist; + cd server && env GOOS=linux GOARCH=amd64 $(GO) build -o dist/plugin-linux-amd64; +- cd server && env GOOS=darwin GOARCH=amd64 $(GO) build -o dist/plugin-darwin-amd64; +- cd server && env GOOS=windows GOARCH=amd64 $(GO) build -o dist/plugin-windows-amd64.exe; ++ cd server && env GOOS=linux GOARCH=ppc64le $(GO) build -o dist/plugin-linux-ppc64le; ++ cd server && env GOOS=linux GOARCH=ppc64 $(GO) build -o dist/plugin-linux-ppc64; + endif + + # webapp/.npminstall ensures NPM dependencies are installed without having to run this all the time