summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2022-11-11 20:35:51 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-11-11 20:35:51 +0100
commit82ed7540dcd34a0be9763227ed3fb1414698baed (patch)
treea4d1934808ce39897ee094abfa39cea34d8622b7
parent84e08ec186787b1caa443df38f3510fd1e13c1f0 (diff)
downloadptxdist-82ed7540dcd34a0be9763227ed3fb1414698baed.tar.gz
ptxdist-82ed7540dcd34a0be9763227ed3fb1414698baed.tar.xz
ptx/mirror-pypi: fix typo
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/pre/mirror.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/pre/mirror.make b/rules/pre/mirror.make
index 20814bbfc..a8cd6aa07 100644
--- a/rules/pre/mirror.make
+++ b/rules/pre/mirror.make
@@ -8,7 +8,7 @@
ptx/mirror = $(foreach mirror,$(PTXCONF_SETUP_$(strip $(1))MIRROR),$(mirror)/$(strip $(2)))
-_chars = a b c d e f g h i j k l m n e p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
+_chars = a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
ptx/mirror-pypi-chars = $(strip $(foreach c,$(_chars),$(if $(filter $(c)%,$(1)),$(c))))
ptx/mirror-pypi = $(foreach mirror, $(call ptx/mirror,PYPI,$(call ptx/mirror-pypi-chars,$(1))/$(strip $(1))/$(strip $(2))),$(mirror))