summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-01 12:45:52 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-01 12:45:52 +0200
commitef946ecd115f165daf87951d99a6b04c65aa27f8 (patch)
treed85a731f0ee2fedface7aa6db48a9a2184aaf0a7
parentd15fa25e32c03ade1816b907d480958b1bc51bc9 (diff)
Make distribution now needs to be called from /usr/src, not /usr/src/etc
-rwxr-xr-xezjail-admin2
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"