summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0dd9501..1ca70fe 100755
--- a/Makefile
+++ b/Makefile
@@ -9,10 +9,10 @@ all:
9 9
10install: 10install:
11 mkdir -p ${DST}/etc/ezjail/ ${DST}/man/man5/ ${DST}/man/man7 ${DST}/man/man8 ${DST}/etc/rc.d/ ${DST}/bin/ ${DST}/share/examples/ezjail ${DST}/share/zsh/site-functions 11 mkdir -p ${DST}/etc/ezjail/ ${DST}/man/man5/ ${DST}/man/man7 ${DST}/man/man8 ${DST}/etc/rc.d/ ${DST}/bin/ ${DST}/share/examples/ezjail ${DST}/share/zsh/site-functions
12 cp ezjail.conf.sample ${DST}/etc/
13 cp -R examples/example ${DST}/share/examples/ezjail/ 12 cp -R examples/example ${DST}/share/examples/ezjail/
14 cp -R examples/nullmailer-example ${DST}/share/examples/ezjail/ 13 cp -R examples/nullmailer-example ${DST}/share/examples/ezjail/
15 cp -R share/zsh/site-functions/ ${DST}/share/zsh/site-functions/ 14 cp -R share/zsh/site-functions/ ${DST}/share/zsh/site-functions/
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}/man/man8/ezjail-admin.8