summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-07-19 16:32:40 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-07-19 16:32:40 +0000
commit1649d85d10173fe769e3bc5684871c687a5cfb74 (patch)
tree8562c5a0306aa0bd43ab9ed578cdf922aa7b0c4e /Makefile.org
parentcd72dcd925073eba23df1ecf8d9a42a93fbeda30 (diff)
HP-UX shared libraries must be +x and should be -w. It doesn't hurt on
other platforms. Submitted by: Reviewed by: PR: 134
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 9967485fc1..de902c7053 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -715,7 +715,7 @@ install: all install_docs
( echo installing $$i; \
if [ "$(PLATFORM)" != "Cygwin" ]; then \
cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \
- chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i; \
+ chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i; \
else \
c=`echo $$i | sed 's/^lib/cyg/'`; \
cp $$c $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c; \