aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-09-30 17:31:48 +0000
committerRichard Levitte <levitte@openssl.org>2003-09-30 17:31:48 +0000
commiteeff6bb6b34faa239e143bc2368a2c1f270172bb (patch)
treebcec01867a8f659ad8afb8e9da20a629c8679cd2 /Makefile.org
parentd90e74c50c0c2266077fda57cf3d36c6927146eb (diff)
downloadopenssl-eeff6bb6b34faa239e143bc2368a2c1f270172bb.tar.gz
Correct incorrect mode bits change.
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 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 \