]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- avoid packaging *~
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 21 Jun 2007 20:27:41 +0000 (20:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek.spec -> 1.277.2.3.2.3

poldek.spec

index b586cc1cb58ca31afc75d32c431fcbb14806823d..1294ec73ae86256f97b4bdf1508e25623bd13683 100644 (file)
@@ -153,6 +153,9 @@ Moduły języka Python dla poldka.
 %patch4 -p1
 %patch5 -p1
 
+# cleanup backups after patching
+find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
+
 %build
 %{__autopoint}
 %{__aclocal} -I m4
This page took 0.129191 seconds and 4 git commands to generate.