Skip to content

Commit

Permalink
Remove POSIXRULES= from make invocation
Browse files Browse the repository at this point in the history
Apparently this value is broken now.
  • Loading branch information
pganssle committed Sep 23, 2024
1 parent aeeb380 commit 3986b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def load_zonefiles(

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

0 comments on commit 3986b28

Please sign in to comment.