summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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