summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-01 12:52:01 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-01 12:52:01 +0200
commit991e74054e730a8e9c6162f8bc72ba9f1a23d5e1 (patch)
tree302744a1a7ef42d331735c73ccd75d71050e14bc
parentef946ecd115f165daf87951d99a6b04c65aa27f8 (diff)
Install man pages to $DEST/share/man, not $DEST/manHEADmaster
-rwxr-xr-xMakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1ca70fe..f24da45 100755
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,8 @@ install:
15 sed s:EZJAIL_PREFIX:${PREFIX}: ezjail.conf.sample > ${DST}/etc/ezjail.conf.sample 15 sed s:EZJAIL_PREFIX:${PREFIX}: ezjail.conf.sample > ${DST}/etc/ezjail.conf.sample
16 sed s:EZJAIL_PREFIX:${PREFIX}: ezjail.sh > ${DST}/etc/rc.d/ezjail 16 sed s:EZJAIL_PREFIX:${PREFIX}: ezjail.sh > ${DST}/etc/rc.d/ezjail
17 sed s:EZJAIL_PREFIX:${PREFIX}: ezjail-admin > ${DST}/bin/ezjail-admin 17 sed s:EZJAIL_PREFIX:${PREFIX}: ezjail-admin > ${DST}/bin/ezjail-admin
18 sed s:EZJAIL_PREFIX:${PREFIX}: man8/ezjail-admin.8 > ${DST}/man/man8/ezjail-admin.8 18 sed s:EZJAIL_PREFIX:${PREFIX}: man8/ezjail-admin.8 > ${DST}/share/man/man8/ezjail-admin.8
19 sed s:EZJAIL_PREFIX:${PREFIX}: man5/ezjail.conf.5 > ${DST}/man/man5/ezjail.conf.5 19 sed s:EZJAIL_PREFIX:${PREFIX}: man5/ezjail.conf.5 > ${DST}/share/man/man5/ezjail.conf.5
20 sed s:EZJAIL_PREFIX:${PREFIX}: man7/ezjail.7 > ${DST}/man/man7/ezjail.7 20 sed s:EZJAIL_PREFIX:${PREFIX}: man7/ezjail.7 > ${DST}/share/man/man7/ezjail.7
21 chmod 755 ${DST}/etc/rc.d/ezjail ${DST}/bin/ezjail-admin 21 chmod 755 ${DST}/etc/rc.d/ezjail ${DST}/bin/ezjail-admin
22 chmod 0440 ${DST}/share/examples/ezjail/example/usr/local/etc/sudoers 22 chmod 0440 ${DST}/share/examples/ezjail/example/usr/local/etc/sudoers