]> granicus.if.org Git - curl/commitdiff
use 644 for the chmod
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 Aug 2003 06:43:11 +0000 (06:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Aug 2003 06:43:11 +0000 (06:43 +0000)
lib/Makefile.am
src/Makefile.am

index 55d0484c12389d874b98481d65101d457a3f0e03..d49b55cfb606d404a4742af3d0db19dc21641095 100644 (file)
@@ -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
index 5db53357ae5732de061719e85c2802242491d2a3..42e776080867aa88a0dd3f32d99d08ed50bc25af 100644 (file)
@@ -50,5 +50,5 @@ hugehelp.c: $(README) $(MANPAGE)  mkhelp.pl
 
 # for distribution, generate an uncompressed help file!
 dist-hook:
-       chmod 0666 $(distdir)/hugehelp.c
+       chmod 0644 $(distdir)/hugehelp.c
        $(NROFF) -man $(MANPAGE) | $(PERL) $(MKHELP) $(README) > $(distdir)/hugehelp.c