summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2005-10-20 01:41:55 +0000
committererdgeist <erdgeist@erdgeist.org>2005-10-20 01:41:55 +0000
commit71505bf896d40b3d4dcb134cbbee51fd7f1e32b9 (patch)
tree3497c746893c523e770bdf0659ebb6c9c0664e5c /Makefile
parentc28f927fc50d23ce78fd5106e05274263daff164 (diff)
Ensure existence of all required paths
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37fe5cc..6d0e141 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1all: 1all:
2 2
3install: 3install:
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