From 2cdaebc973f775c4d4d7c57a2d66507bd057c969 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 16 Mar 2018 15:12:55 +0100 Subject: [PATCH] tzdata: Fix creation of directories Fix syntax typo. --- tzdata.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tzdata.be0 b/tzdata.be0 index ebd95f75c..31b8c6a20 100755 --- a/tzdata.be0 +++ b/tzdata.be0 @@ -14,7 +14,7 @@ BEE_EXTRACT_STRIP=0 build_in_sourcedir mee_build() { - mkdir -p zoneinfo/{posix/right} + mkdir -p zoneinfo/{posix,right} for tz in etcetera \ southamerica \ northamerica \