From 724f800dc54a4bb306624b8b1422bda026b0742f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Thu, 18 Nov 2021 10:03:12 +0000 Subject: [PATCH] cpictl: fix permissions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The regular 0755 permission should be sufficient for cpictl. Link: https://bugzilla.redhat.com/show_bug.cgi?id=2024102 Closes: https://github.com/ibm-s390-linux/s390-tools/pull/124 Signed-off-by: Dan Horák Signed-off-by: Jan Höppner --- scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile b/scripts/Makefile index 7ce44e8f..bed7d6ef 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -20,7 +20,7 @@ install: sed -e 's/%S390_TOOLS_VERSION%/$(S390_TOOLS_RELEASE)/' cpictl > \ $(DESTDIR)$(TOOLS_LIBDIR)/cpictl chown $(OWNER):$(GROUP) $(DESTDIR)$(TOOLS_LIBDIR)/cpictl - chmod 775 $(DESTDIR)$(TOOLS_LIBDIR)/cpictl + chmod 755 $(DESTDIR)$(TOOLS_LIBDIR)/cpictl @for i in $(MAN_PAGES); \ do \