8000 Remove POSIXRULES= from make invocation · python/tzdata@fdd075c · GitHub
[go: up one dir, main page]

Skip to content

Commit fdd075c

Browse files
committed
Remove POSIXRULES= from make invocation
Apparently this value is broken now.
1 parent aeeb380 commit fdd075c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def load_zonefiles(
129129

130130
# First run the makefile, which does all kinds of other random stuff
131131
subprocess.run(
132-
["make", f"DESTDIR={td}", "POSIXRULES=", "ZFLAGS=-b slim", "install"],
132+
["make", f"DESTDIR={td}", "ZFLAGS=-b slim", "install"],
133133
cwd=base_dir,
134134
check=True,
135135
)

0 commit comments

Comments
 (0)
0