From 95b7443eff8a29a4f36c628bd39937a448a661eb Mon Sep 17 00:00:00 2001 From: mkochano Date: Sat, 31 Aug 2002 07:45:29 +0000 Subject: [PATCH] - Release 2. - Moved config fles out of httpd directory as it is not readable for CGI scripts. Changed files: cvsweb.spec -> 1.14 --- cvsweb.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cvsweb.spec b/cvsweb.spec index 16a4dd1..53308c5 100644 --- a/cvsweb.spec +++ b/cvsweb.spec @@ -42,10 +42,10 @@ CVS warte eksploracji. %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT/{home/httpd/cgi-bin,%{_sysconfdir}/httpd} +install -d $RPM_BUILD_ROOT/{home/httpd/cgi-bin,%{_sysconfdir} install cvsweb.cgi $RPM_BUILD_ROOT/home/httpd/cgi-bin -install cvsweb.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd +install cvsweb.conf $RPM_BUILD_ROOT%{_sysconfdir} gzip -9nf INSTALL README TODO @@ -57,4 +57,4 @@ rm -rf $RPM_BUILD_ROOT %doc *.gz %doc icons %attr(755,root,root) /home/httpd/cgi-bin/cvsweb.cgi -%config(noreplace) %{_sysconfdir}/httpd/cvsweb.conf +%config(noreplace) %{_sysconfdir}/cvsweb.conf -- 2.44.0