summaryrefslogtreecommitdiff
path: root/build/binbuild.sh
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-10-27 14:01:13 +0000
committerJeff Trawick <trawick@apache.org>2001-10-27 14:01:13 +0000
commit5988a24d36c0f4408e9e67cad0cd1911ba1dc1cf (patch)
treeb016623372af31f45dcdd555a39cabd934fd4e93 /build/binbuild.sh
parent5e0e741377a98d0bc522e2fb2ab0d9cc2cf2b0ef (diff)
downloadhttpd-5988a24d36c0f4408e9e67cad0cd1911ba1dc1cf.tar.gz
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
Diffstat (limited to 'build/binbuild.sh')
-rwxr-xr-xbuild/binbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/binbuild.sh b/build/binbuild.sh
index 9c3d62b0cb..6d3eec04c1 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" && \