From 9cac2cdf4281ae91556a38231968cec4e874a598 Mon Sep 17 00:00:00 2001 From: "Alexey.Golubev" Date: Mon, 12 Sep 2016 20:03:05 +0300 Subject: [PATCH] Fixed Makefile:7: *** missing separator. Stop. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7b7a65c..f8fd661 100644 --- a/Makefile +++ b/Makefile @@ -4,15 +4,15 @@ REPO_URL := "deb http://repo-doc-onlyoffice-com.s3.amazonaws.com/ubuntu/trusty/$ UPDATE_LATEST := false -ifneq(,$(findstring develop,$(GIT_BRANCH))) +ifneq (,$(findstring develop,$(GIT_BRANCH))) UPDATE_LATEST := true endif -ifneq(,$(findstring release,$(GIT_BRANCH))) +ifneq (,$(findstring release,$(GIT_BRANCH))) UPDATE_LATEST := true endif -ifneq(,$(findstring hotfix,$(GIT_BRANCH))) +ifneq (,$(findstring hotfix,$(GIT_BRANCH))) UPDATE_LATEST := true endif