SPECS: template-php4-pecl.spec - typo, merge installs

glen glen at pld-linux.org
Thu Aug 25 10:31:39 CEST 2005


Author: glen                         Date: Thu Aug 25 08:31:39 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- typo, merge installs

---- Files affected:
SPECS:
   template-php4-pecl.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/template-php4-pecl.spec
diff -u SPECS/template-php4-pecl.spec:1.2 SPECS/template-php4-pecl.spec:1.3
--- SPECS/template-php4-pecl.spec:1.2	Thu Aug 25 10:26:49 2005
+++ SPECS/template-php4-pecl.spec	Thu Aug 25 10:31:34 2005
@@ -40,11 +40,10 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{extensionsdir}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir}/conf.d,%{extensionsdir}}
 
 install %{_modname}-%{version}/modules/%{_modname}.so $RPM_BUILD_ROOT%{extensionsdir}
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
-cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_name}.ini
+cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_modname}.ini
 ; Enable %{_modname} extension module
 extension=%{_modname}.so
 EOF
@@ -74,6 +73,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/08/25 08:31:34  glen
+- typo, merge installs
+
 Revision 1.2  2005/08/25 08:26:49  glen
 - use confdir based php
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/template-php4-pecl.spec?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list