use 644 for the chmod

This commit is contained in:
Daniel Stenberg
2003-08-07 06:43:11 +00:00
parent 32468a0072
commit 6af73f417a
2 changed files with 2 additions and 2 deletions

View 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