Author: seb
Date: 2017-08-10 20:36:19 +0000 (Thu, 10 Aug 2017)
New Revision: 54574

Modified:
   Makefile
Log:
Accomodate git-svn users when updating packages lists

Modified: Makefile
===================================================================
--- Makefile    2017-08-10 20:26:14 UTC (rev 54573)
+++ Makefile    2017-08-10 20:36:19 UTC (rev 54574)
@@ -204,7 +204,7 @@
          done ; \
 
 update-lists:
-       svn update -q data
+       [ -d .git/svn ] || svn update -q data
 
 # Since October 16, 2015 the XML data feeds are no longer available for
 # download in an uncompressed format.


_______________________________________________
Secure-testing-commits mailing list
Secure-testing-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-commits

Reply via email to