From: Richard Levitte Date: Fri, 4 Jul 2003 11:41:15 +0000 (+0000) Subject: Make sure openssl.pc is readable by everyone. X-Git-Tag: OpenSSL_0_9_7c~61 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2ab07407852fa40d188ecb482af0894b28175f56;p=oweals%2Fopenssl.git Make sure openssl.pc is readable by everyone. PR: 654 --- diff --git a/Makefile.org b/Makefile.org index a7bc88cccf..e80b22a32a 100644 --- a/Makefile.org +++ b/Makefile.org @@ -832,6 +832,7 @@ install: all install_docs fi; \ fi cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig + chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig install_docs: @$(PERL) $(TOP)/util/mkdir-p.pl \