aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-17 21:37:51 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-17 21:37:51 +0000
commit23fe30f8c23ecb743880cb9239410eb51bf1abab (patch)
tree0b139854adcc386e2ccf2bac3625e7dfdb9da5ec /scripts
parent52b050695d489512e2118f1535348f18359322db (diff)
downloadvericert-23fe30f8c23ecb743880cb9239410eb51bf1abab.tar.gz
vericert-23fe30f8c23ecb743880cb9239410eb51bf1abab.zip
Update permissions and .gitignore
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