chmod the cabundle file before we attempt to write to it, to make
make distcheck run fine
This commit is contained in:
parent
1d1276cc3a
commit
686c6133f8
@ -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@' >> $@
|
||||
|
Loading…
Reference in New Issue
Block a user