]> git.pld-linux.org Git - packages/php.git/commitdiff
- remove libphp5.la
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 16 Sep 2005 02:13:21 +0000 (02:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.482

php.spec

index d3fe8b2ccc5b6fed876436ac50460f4e66f30fa3..4528cc8f5115e0dba19a6f4277cb0b6730d7c5b6 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -1759,12 +1759,14 @@ install %{SOURCE1} .
 install %{SOURCE2} php.gif $RPM_BUILD_ROOT/home/services/apache/icons
 install %{SOURCE4} $RPM_BUILD_ROOT/etc/apache/conf.d/70_mod_php.conf
 install %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache.ini
+rm -f $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.la
 %endif
 
 %if %{with apache2}
 install %{SOURCE2} php.gif $RPM_BUILD_ROOT/home/services/httpd/icons
 install %{SOURCE4} $RPM_BUILD_ROOT/etc/httpd/httpd.conf/70_mod_php.conf
 install %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
+rm -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.la
 %endif
 
 cp -f Zend/LICENSE{,.Zend}
This page took 0.058472 seconds and 4 git commands to generate.