aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-19 17:44:42 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-19 17:44:42 +0000
commit9d5c42b61bb17eee15f44ddb02cd69bfbdd14e9a (patch)
tree399204692b7c71c207d65a3b2c0c347e6b3db2bd /Makefile.org
parent8e7a8b68d28b208b2cbbd13991a2577f05b1f67a (diff)
downloadopenssl-9d5c42b61bb17eee15f44ddb02cd69bfbdd14e9a.tar.gz
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 4337202c94..c0ed9e4298 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -475,7 +475,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)/engines \
$(INSTALL_PREFIX)$(OPENSSLDIR)/misc \