aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-08-07 06:43:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-08-07 06:43:11 +0000
commit6af73f417a578a09bb69329d22cac1c54bce1dfd (patch)
tree1ac5bd9318f193d0653984b0805771b30d97e4f6 /lib/Makefile.am
parent32468a0072267b3cd0d8f8daa9f7d1869b15d423 (diff)
use 644 for the chmod
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 55d0484c1..d49b55cfb 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -107,5 +107,5 @@ install-data-hook:
# this hook is mainly for non-unix systems to build even if configure
# isn't run
dist-hook:
- chmod 0666 $(distdir)/ca-bundle.h
+ chmod 0644 $(distdir)/ca-bundle.h
echo "/* ca bundle path set in here*/" > $(distdir)/ca-bundle.h