From eeff6bb6b34faa239e143bc2368a2c1f270172bb Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 30 Sep 2003 17:31:48 +0000 Subject: Correct incorrect mode bits change. --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.org') diff --git a/Makefile.org b/Makefile.org index ae871aad87..8f278cd963 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 \ -- cgit v1.2.3