rpms/cvsweb/FC-3 cvsweb.spec,1.3,1.4

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun May 29 09:15:29 UTC 2005


Author: scop

Update of /cvs/extras/rpms/cvsweb/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17645/FC-3

Modified Files:
	cvsweb.spec 
Log Message:
Create conf.d dir too.


Index: cvsweb.spec
===================================================================
RCS file: /cvs/extras/rpms/cvsweb/FC-3/cvsweb.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cvsweb.spec	29 May 2005 09:08:37 -0000	1.3
+++ cvsweb.spec	29 May 2005 09:15:26 -0000	1.4
@@ -36,8 +36,8 @@
   $RPM_BUILD_ROOT%{_localstatedir}/www/cgi-bin/cvsweb.cgi
 install -Dpm 755 css/cvsweb.css \
   $RPM_BUILD_ROOT%{_localstatedir}/www/html/css/cvsweb.css
-install -Dpm 644 cvsweb.conf \
-  $RPM_BUILD_ROOT%{_sysconfdir}/cvsweb/cvsweb.conf
+install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/cvsweb/conf.d
+install -pm 644 cvsweb.conf $RPM_BUILD_ROOT%{_sysconfdir}/cvsweb
 install -dm 755 $RPM_BUILD_ROOT%{_datadir}/enscript/hl
 install -pm 644 enscript/lang_cvsweb*.st $RPM_BUILD_ROOT%{_datadir}/enscript/hl
 install -Dpm 644 icons/minigraph.png \




More information about the fedora-extras-commits mailing list