Skip to content

Commit 3986b28

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: update.py

+1-1
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)