From 413db58bcc01b4171afe85202aab62e6237994c6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 5 Jan 2009 10:46:41 +0000 Subject: [PATCH] avoid conflict with the mainstream drupal: install drupal config in another location --- PLCWWW.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0