From 23fe30f8c23ecb743880cb9239410eb51bf1abab Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 17 Mar 2022 21:37:51 +0000 Subject: Update permissions and .gitignore --- scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Makefile') diff --git a/scripts/Makefile b/scripts/Makefile index f6421f4..0b5ff33 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -13,7 +13,7 @@ install: synthesis-results synthesis-results.1 install -d $(PREFIX)/bin install -C synthesis-results $(PREFIX)/bin install -d $(PREFIX)/share/man/man1 - install -C synthesis-results.1 $(PREFIX)/share/man/man1 + install -C -m 644 synthesis-results.1 $(PREFIX)/share/man/man1 clean: rm -f synthesis-results synthesis-results.1 -- cgit