From 7bff67606562af48144aa4795c934f988a4df5c4 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 30 Jan 2007 16:03:20 +0000 Subject: [PATCH] - move drupal sites/ directory to /data/var/www/html/ so that custom modules and themes can be installed --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 712c7cd..6008e8e 100755 --- a/build.sh +++ b/build.sh @@ -15,7 +15,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: build.sh,v 1.38 2007/01/20 04:06:02 mlhuang Exp $ +# $Id: build.sh,v 1.39 2007/01/22 16:50:48 mlhuang Exp $ # . build.functions @@ -31,6 +31,7 @@ datadirs=( /var/www/html/boot /var/www/html/download /var/www/html/files +/var/www/html/sites /var/www/html/generated /var/www/html/install-rpms /var/www/html/xml -- 2.43.0