aboutsummaryrefslogtreecommitdiffstats
path: root/english/lts
diff options
context:
space:
mode:
authorThomas Lange <lange@debian.org>2024-01-03 14:46:36 +0100
committerThomas Lange <lange@debian.org>2024-01-03 14:46:36 +0100
commit861501eb4285f394d11b99319aaea3f5819afdbb (patch)
treec9ce9bfd04c49d93165df7d6309d7e11e9330436 /english/lts
parentb9175bb493ab4d89e2d7945dd72d69ddc81275d6 (diff)
fix wrong variable syntax, in Makefile we need $$
Diffstat (limited to 'english/lts')
-rw-r--r--english/lts/security/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/english/lts/security/Makefile b/english/lts/security/Makefile
index 15642b5fd10..bb9f2b39ce4 100644
--- a/english/lts/security/Makefile
+++ b/english/lts/security/Makefile
@@ -79,7 +79,7 @@ ifeq "$(LANGUAGE)" "en"
map := $(HTMLDIR)/map-dla.txt
$(map): $(ENGLISHDIR)/$(CUR_DIR)/dla.list
- ../../security/mk-dsa-dla-list -s DLA 90000 | perl -pane '/(DLA-)(\d+)-1/p && print "$2 ${^POSTMATCH}";s/^DLA-//;' > $(map)
+ ../../security/mk-dsa-dla-list -s DLA 90000 | perl -pane '/(DLA-)(\d+)-1/p && print "$$2 $${^POSTMATCH}";s/^DLA-//;' > $(map)
install:: $(map)

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