SPECS: template.spec - no need for dot in find
glen
glen at pld-linux.org
Mon Oct 6 08:16:47 CEST 2008
Author: glen Date: Mon Oct 6 06:16:47 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- no need for dot in find
---- Files affected:
SPECS:
template.spec (1.70 -> 1.71)
---- Diffs:
================================================================
Index: SPECS/template.spec
diff -u SPECS/template.spec:1.70 SPECS/template.spec:1.71
--- SPECS/template.spec:1.70 Thu Oct 2 13:04:51 2008
+++ SPECS/template.spec Mon Oct 6 08:16:41 2008
@@ -103,7 +103,7 @@
# 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
@@ -200,6 +200,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.71 2008/10/06 06:16:41 glen
+- no need for dot in find
+
Revision 1.70 2008/10/02 11:04:51 glen
- user/group fragments
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/template.spec?r1=1.70&r2=1.71&f=u
More information about the pld-cvs-commit
mailing list