From: Thierry Parmentelat Date: Mon, 5 Jan 2009 10:46:41 +0000 (+0000) Subject: avoid conflict with the mainstream drupal: install drupal config in another location X-Git-Tag: PLEWWW-PLE.5.0-0~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=413db58bcc01b4171afe85202aab62e6237994c6;p=plewww.git avoid conflict with the mainstream drupal: install drupal config in another location --- diff --git a/PLCWWW.spec b/PLCWWW.spec index e659747..62a398c 100644 --- a/PLCWWW.spec +++ b/PLCWWW.spec @@ -58,7 +58,7 @@ mkdir -p $RPM_BUILD_ROOT/var/www/html rsync -a --exclude \*.spec --exclude .svn --exclude CVS ./ $RPM_BUILD_ROOT/var/www/html/ echo "* PLCWWW: Installing drupal config for httpd" -install -D -m 644 drupal.conf $RPM_BUILD_ROOT/etc/httpd/conf.d/drupal.conf +install -D -m 644 drupal.conf $RPM_BUILD_ROOT/etc/httpd/conf.d/drupal-plcwww.conf %clean rm -rf $RPM_BUILD_ROOT @@ -66,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) /var/www/html -/etc/httpd/conf.d/drupal.conf +/etc/httpd/conf.d/drupal-plcwww.conf %changelog * Fri Apr 25 2008 Thierry Parmentelat - PLCWWW-onelab.4.2-11