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
commit872255392beee7041579980d8caf729bfcaeaa2d (patch)
tree37ae6958b22705469f83800e3471a1401d357f29 /Makefile
parent5b07c515de6f32da5adceb80de327b6f2574ee00 (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