From 4b703674300a8f0cd4d0c18aba3234786dd492e1 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 19 Dec 2002 17:42:25 +0000 Subject: It was pointed out to me that .pc files are normally stored in ${prefix}/lib/pkgconfig, not ${prefix}/lib/pkginfo. --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.org') diff --git a/Makefile.org b/Makefile.org index cd66a01249..dbb228a855 100644 --- a/Makefile.org +++ b/Makefile.org @@ -765,7 +765,7 @@ install: all install_docs set $(MAKE); \ $$1 -f $$here/Makefile link-shared ); \ fi - cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkginfo + cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig install_docs: @$(PERL) $(TOP)/util/mkdir-p.pl \ -- cgit v1.2.3