[Pcsclite-cvs-commit] r1646 - trunk/PCSC

Ludovic Rousseau rousseau at costa.debian.org
Thu Sep 8 13:58:35 UTC 2005


Author: rousseau
Date: 2005-09-08 13:58:35 +0000 (Thu, 08 Sep 2005)
New Revision: 1646

Modified:
   trunk/PCSC/Makefile.am
Log:
do not fail if svn2cl fails (command not installed for example)


Modified: trunk/PCSC/Makefile.am
===================================================================
--- trunk/PCSC/Makefile.am	2005-09-08 13:58:11 UTC (rev 1645)
+++ trunk/PCSC/Makefile.am	2005-09-08 13:58:35 UTC (rev 1646)
@@ -9,7 +9,7 @@
 DISTCLEANFILES = ChangeLog.cvs
 
 ChangeLog.cvs:
-	svn2cl --group-by-day | perl -pe 's/corcoran /David Corcoran /; \
+	-svn2cl --group-by-day | perl -pe 's/corcoran /David Corcoran /; \
 	s/corcoran-guest /David Corcoran /; \
 	s/oznet /Chris Osgood /; s/cprados /Carlos Prados /; \
 	s/mikeg /Michael Gile /; s/rousseau /Ludovic Rousseau /; \




More information about the Pcsclite-cvs-commit mailing list