summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-07-04 11:41:13 +0000
committerRichard Levitte <levitte@openssl.org>2003-07-04 11:41:13 +0000
commit182cd19deac4b91c922d761edaddd5ac73c5c0f6 (patch)
tree5c4e2c8d439cf9d1f803703a22ae10d6b84ba754 /Makefile.org
parent61f00386ab2866c386605248b26b1584d85520ce (diff)
Make sure openssl.pc is readable by everyone.
PR: 654
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.org b/Makefile.org
index 2b9e5f8922..ae871aad87 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -554,6 +554,7 @@ install: all install_docs
fi; \
fi
cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
+ chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
install_docs:
@$(PERL) $(TOP)/util/mkdir-p.pl \