From 144aa3c56ea2e870b5d063b1f8a0f9d2764a89b0 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 30 Sep 2003 17:31:50 +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 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 \ -- cgit v1.2.3