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 <marcela.a.rosales.jimenez@intel.com>
This commit is contained in:
Marcela Rosales 2019-06-12 12:27:06 -05:00
parent 28c61310ac
commit dcda43cc70
1 changed files with 1 additions and 1 deletions

View File

@ -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