summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-19 17:44:45 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-19 17:44:45 +0000
commit00f76ad0dfec5fc0a19b5d2052ebbaef0fd87fb8 (patch)
treee6704d7ed4fc94909a9adc8025e543e3416035c4 /Makefile.org
parent4b703674300a8f0cd4d0c18aba3234786dd492e1 (diff)
It was pointed out to me that .pc files are normally stored in
${prefix}/lib/pkgconfig, not ${prefix}/lib/pkginfo.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index dbb228a855..b0c0a850ce 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -711,7 +711,7 @@ dist_pem_h:
install: all install_docs
@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
$(INSTALL_PREFIX)$(INSTALLTOP)/lib \
- $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkginfo \
+ $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig \
$(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl \
$(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
$(INSTALL_PREFIX)$(OPENSSLDIR)/certs \