From 2ab07407852fa40d188ecb482af0894b28175f56 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 4 Jul 2003 11:41:15 +0000 Subject: [PATCH] Make sure openssl.pc is readable by everyone. PR: 654 --- Makefile.org | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.25.1