packages: git-core/git-core.spec - fix builds with --short-circuit

draenog draenog at pld-linux.org
Tue Mar 23 22:56:18 CET 2010


Author: draenog                      Date: Tue Mar 23 21:56:18 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix builds with --short-circuit

---- Files affected:
packages/git-core:
   git-core.spec (1.194 -> 1.195) 

---- Diffs:

================================================================
Index: packages/git-core/git-core.spec
diff -u packages/git-core/git-core.spec:1.194 packages/git-core/git-core.spec:1.195
--- packages/git-core/git-core.spec:1.194	Mon Mar 22 11:24:17 2010
+++ packages/git-core/git-core.spec	Tue Mar 23 22:56:12 2010
@@ -371,7 +371,7 @@
 
 %if %{with tests}
 %if %{without tests_cvs}
-rm t/t*cvs*.sh
+rm t/t*cvs*.sh || :
 %endif
 %{__make} test
 %endif
@@ -656,6 +656,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.195  2010/03/23 21:56:12  draenog
+- fix builds with --short-circuit
+
 Revision 1.194  2010/03/22 10:24:17  arekm
 - up to 1.7.0.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/git-core/git-core.spec?r1=1.194&r2=1.195&f=u



More information about the pld-cvs-commit mailing list