diff options
author | erdgeist <erdgeist@erdgeist.org> | 2005-10-20 01:41:55 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2005-10-20 01:41:55 +0000 |
commit | 71505bf896d40b3d4dcb134cbbee51fd7f1e32b9 (patch) | |
tree | 3497c746893c523e770bdf0659ebb6c9c0664e5c /Makefile | |
parent | c28f927fc50d23ce78fd5106e05274263daff164 (diff) |
Ensure existence of all required paths
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | all: | 1 | all: |
2 | 2 | ||
3 | install: | 3 | install: |
4 | mkdir -p ${PREFIX}/etc/ezjail/ ${PREFIX}/man/man1 ${PREFIX}/man/man5 | 4 | mkdir -p ${PREFIX}/etc/ezjail/ ${PREFIX}/man/man1/ ${PREFIX}/man/man5/ ${PREFIX}/etc/rc.d/ ${PREFIX}/bin/ |
5 | cp -p ezjail.conf.sample ${PREFIX}/etc/ | 5 | cp -p ezjail.conf.sample ${PREFIX}/etc/ |
6 | sed s:EZJAIL_PREFIX:${PREFIX}: ezjail.sh > ${PREFIX}/etc/rc.d/ezjail.sh | 6 | sed s:EZJAIL_PREFIX:${PREFIX}: ezjail.sh > ${PREFIX}/etc/rc.d/ezjail.sh |
7 | sed s:EZJAIL_PREFIX:${PREFIX}: ezjail-admin > ${PREFIX}/bin/ezjail-admin | 7 | sed s:EZJAIL_PREFIX:${PREFIX}: ezjail-admin > ${PREFIX}/bin/ezjail-admin |