diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-01 12:45:52 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-01 12:45:52 +0200 |
| commit | ef946ecd115f165daf87951d99a6b04c65aa27f8 (patch) | |
| tree | d85a731f0ee2fedface7aa6db48a9a2184aaf0a7 | |
| parent | d15fa25e32c03ade1816b907d480958b1bc51bc9 (diff) | |
Make distribution now needs to be called from /usr/src, not /usr/src/etc
| -rwxr-xr-x | ezjail-admin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin index 51fcd61..4fac8cf 100755 --- a/ezjail-admin +++ b/ezjail-admin | |||
| @@ -1056,7 +1056,7 @@ setup|update) | |||
| 1056 | 1056 | ||
| 1057 | # make and setup our world, then split basejail and newjail | 1057 | # make and setup our world, then split basejail and newjail |
| 1058 | cd "${ezjail_sourcetree}" && env DESTDIR="${ezjail_jailfull}" make ${ezjail_installaction} || exerr "Error: The command 'make ${ezjail_installaction}' failed.\n Refer to the error report(s) above." | 1058 | cd "${ezjail_sourcetree}" && env DESTDIR="${ezjail_jailfull}" make ${ezjail_installaction} || exerr "Error: The command 'make ${ezjail_installaction}' failed.\n Refer to the error report(s) above." |
| 1059 | cd "${ezjail_sourcetree}/etc" && env DESTDIR="${ezjail_jailfull}" make distribution || exerr "Error: The command 'make distribution' failed.\n Refer to the error report(s) above." | 1059 | cd "${ezjail_sourcetree}" && env DESTDIR="${ezjail_jailfull}" make distribution || exerr "Error: The command 'make distribution' failed.\n Refer to the error report(s) above." |
| 1060 | ezjail_splitworld | 1060 | ezjail_splitworld |
| 1061 | 1061 | ||
| 1062 | fi # installaction="none" | 1062 | fi # installaction="none" |
