rpms/cvsweb/devel cvsweb.spec,1.5,1.6

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/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17645/devel

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


Index: cvsweb.spec
===================================================================
RCS file: /cvs/extras/rpms/cvsweb/devel/cvsweb.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cvsweb.spec	29 May 2005 09:08:45 -0000	1.5
+++ cvsweb.spec	29 May 2005 09:15:27 -0000	1.6
@@ -35,8 +35,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