From: Greg Ames Date: Fri, 30 Nov 2001 15:35:22 +0000 (+0000) Subject: copy the lib/ directory when installing a binary. X-Git-Tag: 2.0.30~326 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c3b35114316370dec42faec8fd8364a023b70f2;p=apache copy the lib/ directory when installing a binary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92261 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/install-bindist.sh.in b/build/install-bindist.sh.in index 57371cf035..661c1d2a6a 100755 --- a/build/install-bindist.sh.in +++ b/build/install-bindist.sh.in @@ -83,6 +83,7 @@ lcopy bindist/icons $SR/icons 755 644 lcopy bindist/manual $SR/manual 755 644 lcopy bindist/cgi-bin $SR/cgi-bin 750 750 lcopy bindist/bin $SR/bin 750 750 +lcopy bindist/lib $SR/lib 750 750 if [ -d $SR/conf ] then echo "[Preserving existing configuration files.]"