X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;h=6008e8ed20c6a5c09d8017daca382f0ad4325e74;hb=0c29c08d533af36663ed92ca9f187ae1cb27f2d8;hp=967c115a3ee76bb6caba89dd6c61be5b46f2825a;hpb=eadae019c3723576f1c650fb2b5c08e564c5cc3d;p=myplc.git diff --git a/build.sh b/build.sh index 967c115..6008e8e 100755 --- a/build.sh +++ b/build.sh @@ -15,7 +15,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id$ +# $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 @@ -57,7 +58,6 @@ install -D -m 755 plc_config.py root/tmp/plc_config.py chroot root sh -c 'cd /tmp; python plc_config.py build; python plc_config.py install' install -D -m 755 plc-config root/usr/bin/plc-config install -D -m 755 plc-config-tty root/usr/bin/plc-config-tty -install -D -m 755 api-config root/usr/bin/api-config install -D -m 755 db-config root/usr/bin/db-config install -D -m 755 dns-config root/usr/bin/dns-config