Commit 686c6133 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

chmod the cabundle file before we attempt to write to it, to make

make distcheck run fine
parent 1d1276cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@ $(srcdir)/getdate.c: getdate.y
	  mv -f y.tab.c getdate.c

$(srcdir)/ca-bundle.h: Makefile.in Makefile
	chmod 0644 $@
	echo "/* The file is generated automaticly */" > $@
if CABUNDLE
	echo '#define CURL_CA_BUNDLE @CURL_CA_BUNDLE@' >> $@