From 5c3b35114316370dec42faec8fd8364a023b70f2 Mon Sep 17 00:00:00 2001 From: Greg Ames Date: Fri, 30 Nov 2001 15:35:22 +0000 Subject: [PATCH] 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 --- build/install-bindist.sh.in | 1 + 1 file changed, 1 insertion(+) 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.]" -- 2.40.0