]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- no need for dot in find
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 6 Oct 2008 06:16:41 +0000 (06:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    template.spec -> 1.71

template.spec

index 8635817e06c5f34fb0714ec6e644d133af50f608..e293bfd9c93251098552036353fdfcbb233f6bd9 100644 (file)
@@ -102,7 +102,7 @@ Statyczna biblioteka ....
 
 # you'll need this if you cp -a complete dir in source
 # cleanup backups after patching
-find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
+find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 
 %build
 # if ac/am/* rebuilding is necessary, do it in this order and add
This page took 0.213554 seconds and 4 git commands to generate.