No need to include the content from new_plc_www in the RPM, as this will come from...
[myplc.git] / build-native.sh
index 34525c7..2d7f720 100755 (executable)
@@ -9,7 +9,7 @@
 # Marc E. Fiuczynski <mef@cs.princeton.edu>
 # Copyright (C) 2007 The Trustees of Princeton University
 #
-# $Id: build-native.sh,v 1.1.2.3 2007/08/31 06:52:55 mef Exp $
+# $Id: build-native.sh,v 1.1.2.4 2007/08/31 06:53:39 mef Exp $
 #
 
 . build.functions
@@ -51,22 +51,11 @@ install -m 755 \
     $srcdir/plc/scripts/gen-static-content.py \
     ${tmpdir}/usr/bin/
 
-# Install web pages
-echo "* myplc-native: Installing web pages"
-mkdir -p ${tmpdir}/var/www/html
-rsync -a $srcdir/new_plc_www/ ${tmpdir}/var/www/html/
-
-# Install Drupal rewrite rules
-install -D -m 644 $srcdir/new_plc_www/drupal.conf ${tmpdir}/etc/httpd/conf.d/drupal.conf
-
 # Install configuration file
 echo "* myplc: Installing configuration file"
 install -D -m 444 plc_config.xml ${tmpdir}/etc/planetlab/default_config.xml
 install -D -m 444 plc_config.dtd ${tmpdir}/etc/planetlab/plc_config.dtd
 
-# Remove generated bootmanager script
-rm -f ${tmpdir}/var/www/html/boot/bootmanager.sh
-
 # Initialize node RPMs directory. The PlanetLab-Bootstrap.tar.bz2
 # tarball already contains all of the node RPMs pre-installed. Only
 # updates or optional packages should be placed in this directory.