From ef946ecd115f165daf87951d99a6b04c65aa27f8 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Wed, 1 Jul 2026 12:45:52 +0200 Subject: Make distribution now needs to be called from /usr/src, not /usr/src/etc --- ezjail-admin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ezjail-admin') diff --git a/ezjail-admin b/ezjail-admin index 51fcd61..4fac8cf 100755 --- a/ezjail-admin +++ b/ezjail-admin @@ -1056,7 +1056,7 @@ setup|update) # make and setup our world, then split basejail and newjail 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." - 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." + cd "${ezjail_sourcetree}" && env DESTDIR="${ezjail_jailfull}" make distribution || exerr "Error: The command 'make distribution' failed.\n Refer to the error report(s) above." ezjail_splitworld fi # installaction="none" -- cgit v1.3