(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
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" && \