projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd72dcd
)
HP-UX shared libraries must be +x and should be -w. It doesn't hurt on
author
Lutz Jänicke
<jaenicke@openssl.org>
Fri, 19 Jul 2002 16:32:40 +0000
(16:32 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Fri, 19 Jul 2002 16:32:40 +0000
(16:32 +0000)
other platforms.
Submitted by:
Reviewed by:
PR: 134
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 9967485fc157cd2c7cfb920b289de56e78c3925e..de902c705332521e265a3876e01608f0ae5d9c2d 100644
(file)
--- 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; \