summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastien Delafond <seb@debian.org>2017-08-10 20:36:19 +0000
committerSebastien Delafond <seb@debian.org>2017-08-10 20:36:19 +0000
commite8ecd6af938d34076ef96e5eb6e986078cfa1e06 (patch)
treeaacb430365afbe8fa3d4e2bde5030c8c260ca62a /Makefile
parentb27529ac4c4829ce7c6d4790269035e868492abb (diff)
Accomodate git-svn users when updating packages lists
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54574 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 004c078117..e0154dbbb7 100644
--- a/Makefile
+++ b/Makefile
@@ -204,7 +204,7 @@ update-backports-%:
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.

© 2014-2024 Faster IT GmbH | imprint | privacy policy