summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-07-04 11:41:15 +0000
committerRichard Levitte <levitte@openssl.org>2003-07-04 11:41:15 +0000
commit2ab07407852fa40d188ecb482af0894b28175f56 (patch)
tree64e5919aca3b44e107dec4647369030ca3cb817b /Makefile.org
parent82f676c633ec5dcab0d5a43ac63c4e1146738936 (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 a7bc88cccf..e80b22a32a 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -832,6 +832,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 \