From: Richard Levitte Date: Tue, 30 Sep 2003 17:31:48 +0000 (+0000) Subject: Correct incorrect mode bits change. X-Git-Tag: BEN_FIPS_TEST_4^2~11^2~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eeff6bb6b34faa239e143bc2368a2c1f270172bb;p=thirdparty%2Fopenssl.git Correct incorrect mode bits change. --- diff --git a/Makefile.org b/Makefile.org index ae871aad874..8f278cd963b 100644 --- a/Makefile.org +++ b/Makefile.org @@ -554,7 +554,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 \