We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e41d6 commit d6eeebaCopy full SHA for d6eeeba
1 file changed
update.py
@@ -84,7 +84,9 @@ def load_zonefiles(
84
85
# First run the makefile, which does all kinds of other random stuff
86
subprocess.run(
87
- ["make", f"DESTDIR={td}", "ZFLAGS=-b slim", "install"], cwd=base_dir
+ ["make", f"DESTDIR={td}", "ZFLAGS=-b slim", "install"],
88
+ cwd=base_dir,
89
+ check=True,
90
)
91
92
proc = subprocess.run(
0 commit comments