]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- always remove pear tests
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 6 Dec 2010 09:51:56 +0000 (09:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.594

rpm.macros

index a9f3817cd6100ea672293402e8faca14ac07ce2b..643cf7f81ce7e16e23fc602ee271600ece3ef3fe 100644 (file)
@@ -1471,7 +1471,7 @@ cat %{-z:$_N/}.install.log | %__pear_install_log \
 %pear_package_install() \
 cp -a ./%{php_pear_dir}/{.registry,*} $RPM_BUILD_ROOT%{php_pear_dir} \
 # tests should not be packaged \
-%{__rm} -r $RPM_BUILD_ROOT%{php_pear_dir}/tests \
+%{__rm} -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests \
 # cleanup backups \
 find $RPM_BUILD_ROOT%{php_pear_dir} '(' -name '*~' -o -name '*.orig' ')' | xargs -r rm -v \
 # help the developer out a little: \
This page took 0.061241 seconds and 4 git commands to generate.