aboutsummaryrefslogtreecommitdiffstats
path: root/english/lts
diff options
context:
space:
mode:
authorThomas Lange <lange@debian.org>2023-11-30 16:34:55 +0100
committerThomas Lange <lange@debian.org>2023-11-30 16:34:55 +0100
commit58b515f8b300e22172fdd42b7705d37f52751ee0 (patch)
tree8d13bb652c0f3f258e86d6a0558be450f07d0b97 /english/lts
parente68bf09e77b4f9700252121090700bb4b1389bd1 (diff)
always renew dla.data if .rebuild-DLA exists
same code change as aa984fcf967ad6d49ce6
Diffstat (limited to 'english/lts')
-rw-r--r--english/lts/security/data/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/english/lts/security/data/Makefile b/english/lts/security/data/Makefile
index af88d21fb87..605937be64e 100644
--- a/english/lts/security/data/Makefile
+++ b/english/lts/security/data/Makefile
@@ -8,8 +8,12 @@ dla.data:
wget -O list $(DLAURL) ;\
if ! test -e "$@" || ! cmp -s list "$@"; then \
cp -p list "$@"; \
- fi \
- fi
+ fi; \
+ if test -e ../.rebuild-DLA; then \
+ cp -p list "$@"; \
+ rm ../.rebuild-DLA; \
+ fi \
+ fi
clean:
rm -f dla.data list

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