You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2001/10/27 16:01:13 UTC

cvs commit: httpd-2.0/build binbuild.sh

trawick     01/10/27 07:01:13

  Modified:    build    binbuild.sh
  Log:
  make shared libraries executable so they work on HP-UX
  (I'm not sure that this logic for copying DSOs will survive
  in the libtool scheme; I'm putting this 1.3 fix in just in
  case.)
  
  Revision  Changes    Path
  1.26      +1 -1      httpd-2.0/build/binbuild.sh
  
  Index: binbuild.sh
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/binbuild.sh,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- binbuild.sh	2001/08/28 18:23:57	1.25
  +++ binbuild.sh	2001/10/27 14:01:13	1.26
  @@ -199,7 +199,7 @@
     echo "lcopy bindist/man \$SR/man 755 644" && \
     echo "if [ -d bindist/modules ]" && \
     echo "then" && \
  -  echo "  lcopy bindist/modules \$SR/modules 750 644" && \
  +  echo "  lcopy bindist/modules \$SR/modules 750 750" && \
     echo "fi" && \
     echo "lcopy bindist/include \$SR/include 755 644" && \
     echo "lcopy bindist/icons \$SR/icons 755 644" && \