From: Jeff Trawick Date: Sat, 27 Oct 2001 14:01:13 +0000 (+0000) Subject: make shared libraries executable so they work on HP-UX X-Git-Tag: 2.0.27~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5988a24d36c0f4408e9e67cad0cd1911ba1dc1cf;p=thirdparty%2Fapache%2Fhttpd.git 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.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91675 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/binbuild.sh b/build/binbuild.sh index 9c3d62b0cb6..6d3eec04c19 100755 --- a/build/binbuild.sh +++ b/build/binbuild.sh @@ -199,7 +199,7 @@ cp README.bindist ../httpd-$VER-$OS.README 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" && \