diff options
author | erdgeist <erdgeist@erdgeist.org> | 2013-03-11 18:20:40 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2013-03-11 18:20:40 +0000 |
commit | e7a889bb091896bdfb759a08b77083f52b5e9747 (patch) | |
tree | b064556008f4121a89792755a1825c03becc76c3 /Makefile | |
parent | 01c79bd59d87f8ce6f9a3dacb1f6b02c85780e9b (diff) |
man1 is unused now
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ PREFIX?=/usr/local | |||
7 | all: | 7 | all: |
8 | 8 | ||
9 | install: | 9 | install: |
10 | mkdir -p ${PREFIX}/etc/ezjail/ ${PREFIX}/man/man1/ ${PREFIX}/man/man5/ ${PREFIX}/man/man7 ${PREFIX}/man/man8 ${PREFIX}/etc/rc.d/ ${PREFIX}/bin/ ${PREFIX}/share/examples/ezjail ${PREFIX}/share/zsh/site-functions | 10 | mkdir -p ${PREFIX}/etc/ezjail/ ${PREFIX}/man/man5/ ${PREFIX}/man/man7 ${PREFIX}/man/man8 ${PREFIX}/etc/rc.d/ ${PREFIX}/bin/ ${PREFIX}/share/examples/ezjail ${PREFIX}/share/zsh/site-functions |
11 | cp -p ezjail.conf.sample ${PREFIX}/etc/ | 11 | cp -p ezjail.conf.sample ${PREFIX}/etc/ |
12 | cp -R -p examples/example ${PREFIX}/share/examples/ezjail/ | 12 | cp -R -p examples/example ${PREFIX}/share/examples/ezjail/ |
13 | cp -R -p examples/nullmailer-example ${PREFIX}/share/examples/ezjail/ | 13 | cp -R -p examples/nullmailer-example ${PREFIX}/share/examples/ezjail/ |