packages: php/php.spec - move php.litespeed to %{_sbindir}. Not tested.

pawelz pawelz at pld-linux.org
Tue Feb 2 17:48:04 CET 2010


Author: pawelz                       Date: Tue Feb  2 16:48:04 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- move php.litespeed to %{_sbindir}. Not tested.

---- Files affected:
packages/php:
   php.spec (1.835 -> 1.836) 

---- Diffs:

================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.835 packages/php/php.spec:1.836
--- packages/php/php.spec:1.835	Tue Feb  2 17:45:56 2010
+++ packages/php/php.spec	Tue Feb  2 17:47:58 2010
@@ -2050,7 +2050,7 @@
 
 # install litespeed sapi
 %if %{with litespeed}
-libtool --silent --mode=install install sapi/litespeed/php $RPM_BUILD_ROOT%{_bindir}/php.litespeed
+libtool --silent --mode=install install sapi/litespeed/php $RPM_BUILD_ROOT%{_sbindir}/php.litespeed
 %endif
 
 libtool --silent --mode=install install libphp_common.la $RPM_BUILD_ROOT%{_libdir}
@@ -2474,7 +2474,7 @@
 %if %{with litespeed}
 %files litespeed
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/php.litespeed
+%attr(755,root,root) %{_sbindir}/php.litespeed
 %endif
 
 %files cgi
@@ -2970,6 +2970,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.836  2010/02/02 16:47:58  pawelz
+- move php.litespeed to %{_sbindir}. Not tested.
+
 Revision 1.835  2010/02/02 16:45:56  pawelz
 - capitalize Apache, PHP
 - Apache'a, not Apacha
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.835&r2=1.836&f=u



More information about the pld-cvs-commit mailing list