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
commita0fd6389e65af2c661d7c0a2e1d12eef946eee47 (patch)
tree79b5f66064e352a04384758b025bb3cc5c1b52b3 /Makefile
parente3ed3b28941d43d26b4909493055d4412dc4dcda (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