From 594096aaa4f16ceaf27e5743f82b0ee1878cd2f4 Mon Sep 17 00:00:00 2001 From: Tomek Orzechowski Date: Sat, 7 Dec 2002 12:24:29 +0000 Subject: [PATCH] - /home/httpd -> /home/services/httpd Changed files: cvsweb.spec -> 1.17 --- cvsweb.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cvsweb.spec b/cvsweb.spec index 2a3623e..1ee1b29 100644 --- a/cvsweb.spec +++ b/cvsweb.spec @@ -42,9 +42,9 @@ CVS warte eksploracji. %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT/{home/httpd/cgi-bin,%{_sysconfdir}} +install -d $RPM_BUILD_ROOT/{home/services/httpd/cgi-bin,%{_sysconfdir}} -install cvsweb.cgi $RPM_BUILD_ROOT/home/httpd/cgi-bin +install cvsweb.cgi $RPM_BUILD_ROOT/home/services/httpd/cgi-bin install cvsweb.conf $RPM_BUILD_ROOT%{_sysconfdir} %clean @@ -54,5 +54,5 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc INSTALL README TODO %doc icons -%attr(755,root,root) /home/httpd/cgi-bin/cvsweb.cgi +%attr(755,root,root) /home/services/httpd/cgi-bin/cvsweb.cgi %config(noreplace) %{_sysconfdir}/cvsweb.conf -- 2.44.0