aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
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