]> git.pld-linux.org Git - packages/wordpress.git/commitdiff
- my backup ext is ~
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 7 Apr 2010 14:49:31 +0000 (14:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wordpress.spec -> 1.57

wordpress.spec

index 5a49e40ecb333d051046f56ffa48fe4c48252002..6f2c8bddda70246c2e78a7692b274008526c0aae 100644 (file)
@@ -85,7 +85,7 @@ cp %{SOURCE10} wp-includes/rss.php
 cp %{SOURCE11} wp-includes/rss-functions.php
 
 find '(' -name '*.php' -o -name '*.js' -o -name '*.html' ')' -print0 | xargs -0 %undos
-find -name '*.orig' | xargs rm
+find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.078942 seconds and 4 git commands to generate.