X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;h=ecc3ea283158f507cee92d2dde97c7f78b6b95bd;hb=a302d9b7f598d9e964a3d3c2297454dcdcd25a11;hp=545d040bdc96a2a90f1bb33f3d489abc9dc1cb60;hpb=392955e7388889dc644569d06dbed5558cb1d530;p=myplc.git diff --git a/build.sh b/build.sh index 545d040..ecc3ea2 100755 --- a/build.sh +++ b/build.sh @@ -131,12 +131,8 @@ install -m 755 \ # Install web pages echo "* myplc: Installing web pages" mkdir -p root/var/www/html -# Exclude old cruft, unrelated GENI pages, and official documents rsync -a $srcdir/new_plc_www/ root/var/www/html/ -# Make the Drupal files upload directory owned by Apache -chown apache:apache root/var/www/html/files - # Install Drupal rewrite rules install -D -m 644 $srcdir/new_plc_www/drupal.conf root/etc/httpd/conf.d/drupal.conf