]> granicus.if.org Git - curl/commitdiff
chmod the cabundle file before we attempt to write to it, to make
authorDaniel Stenberg <daniel@haxx.se>
Fri, 8 Aug 2003 11:13:18 +0000 (11:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 8 Aug 2003 11:13:18 +0000 (11:13 +0000)
make distcheck run fine

lib/Makefile.am

index d49b55cfb606d404a4742af3d0db19dc21641095..c283769ec6d360c4c649775cb1e0a7d501c98546 100644 (file)
@@ -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@' >> $@