diff options
| author | Jason D. McCormick <jason@mfamily.org> | 2023-12-20 20:40:52 -0500 |
|---|---|---|
| committer | Jason D. McCormick <jason@mfamily.org> | 2023-12-20 20:40:52 -0500 |
| commit | 5ee49132e6f68a842737ebdb7566305acef24eaf (patch) | |
| tree | 29aa1b9bccb91e34fb2dcb238603e64fa2d702cf /etc/Makefile | |
| parent | b73c4c622a95786b38d89eac446c196a42195c34 (diff) | |
updated
Diffstat (limited to 'etc/Makefile')
| -rw-r--r-- | etc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index f2d6243..f0aa725 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -9,6 +9,6 @@ INSTALLABLES = $(ETC_INSTALLABLES) install: $(INSTALLABLES) $(DESTDIR)$(sysconfdir)/%: % - install -D -m 0644 $< $@ + install -D -m 0600 $< $@ |
