From: Richard Levitte Date: Tue, 30 Sep 2003 17:31:50 +0000 (+0000) Subject: Correct incorrect mode bits change. X-Git-Tag: OpenSSL_0_9_7d~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=144aa3c56ea2e870b5d063b1f8a0f9d2764a89b0;p=openssl Correct incorrect mode bits change. --- diff --git a/Makefile.org b/Makefile.org index e80b22a32a..794d049807 100644 --- a/Makefile.org +++ b/Makefile.org @@ -832,7 +832,7 @@ install: all install_docs fi; \ fi cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig - chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig + chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig/openssl.pc install_docs: @$(PERL) $(TOP)/util/mkdir-p.pl \