From f8a0ce059e98f0f4373b837529e3ca9df7073320 Mon Sep 17 00:00:00 2001 From: Marcela Rosales Date: Wed, 12 Jun 2019 12:27:06 -0500 Subject: [PATCH] Remove execution permissions from worker_reserved.conf in worker-utils worker_reserved.conf is a configuration file, it should not be installed with execution permissions in the Makefile. This is causing an error for openSUSE packaging. Change-Id: I26b0ecc0266600ee1a9d2eb1fbc3b7b79b6d37d9 Story: 2005679 Task: 33676 Signed-off-by: Marcela Rosales --- worker-utils/worker-utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker-utils/worker-utils/Makefile b/worker-utils/worker-utils/Makefile index a7c3cca568..160d6b50c2 100644 --- a/worker-utils/worker-utils/Makefile +++ b/worker-utils/worker-utils/Makefile @@ -27,7 +27,7 @@ install: install -p -D -m 755 affine-interrupts.sh $(BINDIR)/affine-interrupts.sh install -p -D -m 755 set-cpu-wakeup-latency.sh $(BINDIR)/set-cpu-wakeup-latency.sh install -p -D -m 755 topology $(BINDIR)/topology - install -p -D -m 755 worker_reserved.conf $(PLATFORMCONFDIR)/worker_reserved.conf + install -p -D -m 644 worker_reserved.conf $(PLATFORMCONFDIR)/worker_reserved.conf install -p -D -m 755 worker-goenabled.sh $(GOENABLEDDIR)/worker-goenabled.sh install -p -D -m 664 affine-platform.sh.service $(SYSTEMDDIR)/affine-platform.sh.service install -p -D -m 664 affine-tasks.service $(SYSTEMDDIR)/affine-tasks.service