From 182cd19deac4b91c922d761edaddd5ac73c5c0f6 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 4 Jul 2003 11:41:13 +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 2b9e5f8922..ae871aad87 100644 --- a/Makefile.org +++ b/Makefile.org @@ -554,6 +554,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 \ -- GitLab