Skip to content

Commit

Permalink
tzdata: Fix creation of directories
Browse files Browse the repository at this point in the history
Fix syntax typo.
  • Loading branch information
pmenzel committed Mar 16, 2018
1 parent 7a950b0 commit 2cdaebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tzdata.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 2cdaebc

Please sign in to comment.