]> git.pld-linux.org Git - packages/php.git/commitdiff
- rmdir $RPM_BUILD_ROOT/var/run/php
authorzbyniu <zbyniu@pld-linux.org>
Sat, 11 Feb 2012 20:00:41 +0000 (20:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.805.2.99

php.spec

index 41bb5fb7bb125ca26e61a7bd0bc60adeb3f1d49f..aa75c94844da3418d7fac662fdcdb67e1afea0ea 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2499,6 +2499,9 @@ install -d $RPM_BUILD_ROOT%{php_data_dir}/tests/php
 install -p run-tests.php $RPM_BUILD_ROOT%{php_data_dir}/tests/php/run-tests.php
 cp -a tests/* $RPM_BUILD_ROOT%{php_data_dir}/tests/php
 
+# /var/run/php is in php-dirs, here conflicts with __spec_install_post_check_tmpfiles macro
+rmdir $RPM_BUILD_ROOT/var/run/php
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.0692 seconds and 4 git commands to generate.