From: Tomek Orzechowski Date: Sat, 7 Dec 2002 12:24:29 +0000 (+0000) Subject: - /home/httpd -> /home/services/httpd X-Git-Tag: auto/ac/cvsweb-1_112-1~3 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=594096aaa4f16ceaf27e5743f82b0ee1878cd2f4;p=packages%2Fcvsweb.git - /home/httpd -> /home/services/httpd Changed files: cvsweb.spec -> 1.17 --- 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