aboutsummaryrefslogtreecommitdiffstats
path: root/english/lts
diff options
context:
space:
mode:
authorThomas Lange <lange@debian.org>2023-11-30 16:30:13 +0100
committerThomas Lange <lange@debian.org>2023-11-30 16:30:13 +0100
commite68bf09e77b4f9700252121090700bb4b1389bd1 (patch)
tree8f909afba62581ca434311cfa53049eb5b0de43c /english/lts
parent488dc07d5e0953f85dd0f3e6d6744c83a76cbb0b (diff)
merge two tests
Diffstat (limited to 'english/lts')
-rw-r--r--english/lts/security/data/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/english/lts/security/data/Makefile b/english/lts/security/data/Makefile
index 602bbdcc673..af88d21fb87 100644
--- a/english/lts/security/data/Makefile
+++ b/english/lts/security/data/Makefile
@@ -6,9 +6,7 @@ all: dla.data
dla.data:
@if ! test -e "$@" || ! test -e list || test `find list -mmin +60` ; then \
wget -O list $(DLAURL) ;\
- if ! test -e "$@"; then \
- cp -p list "$@"; \
- elif ! cmp -s list "$@"; then \
+ if ! test -e "$@" || ! cmp -s list "$@"; then \
cp -p list "$@"; \
fi \
fi

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