I believe these chmod values are better suited:

patch -p1 << \EOF
diff -ru openssl-0.9.7c.orig/Makefile.org openssl-0.9.7c/Makefile.org
--- openssl-0.9.7c.orig/Makefile.org    2003-08-11 02:37:17.000000000 -0700
+++ openssl-0.9.7c/Makefile.org 2003-10-05 21:23:56.000000000 -0700
@@ -807,7 +807,7 @@
                        (       echo installing $$i; \
                                if [ "$(PLATFORM)" != "Cygwin" ]; then \
                                        cp $$i 
$(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
-                                       chmod 555 
$(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
+                                       chmod 755 
$(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new; \
                                        mv -f 
$(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i; \
                                else \
                                        c=`echo $$i | sed 
's/^lib\(.*\)\.dll/cyg\1-$(SHLIB_VERSION_NUMBER).dll/'`; \
@@ -832,7 +832,7 @@
                fi; \
        fi
        cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
-       chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
+       chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
 
 install_docs:
        @$(PERL) $(TOP)/util/mkdir-p.pl \
EOF

-- 
     Mike Castle      [EMAIL PROTECTED]      www.netcom.com/~dalgoda/
    We are all of us living in the shadow of Manhattan.  -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to